qdev/isa: convert gravis ultrasound

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
Gerd Hoffmann 2009-09-10 11:43:32 +02:00 committed by malc
parent f8ba784657
commit 9df34396d5
2 changed files with 51 additions and 28 deletions

View file

@ -46,8 +46,8 @@ typedef struct _GUSEmuState
{
GUSbyte *himemaddr; /* 1024*1024 bytes used for storing uploaded samples (+32 additional bytes for read padding) */
GUSbyte *gusdatapos; /* (gusdataend-gusdata) bytes used for storing emulated GF1/mixer register states (32*32+4 bytes in initial GUSemu32 version) */
int gusirq;
int gusdma;
uint32_t gusirq;
uint32_t gusdma;
unsigned int timer1fraction;
unsigned int timer2fraction;
void *opaque;