aboutsummaryrefslogtreecommitdiffstats
path: root/hw/gusemu.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2009-09-10 11:43:32 +0200
committermalc <av1474@comtv.ru>2009-09-10 19:48:00 +0400
commit9df34396d5066678d13155eea2060f73a36b98a9 (patch)
treeff2249f319398cff66cf4a4d6ac93eef692cb2e0 /hw/gusemu.h
parentf8ba78465749956ee6fc49e7722ae85d173f7252 (diff)
qdev/isa: convert gravis ultrasound
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/gusemu.h')
-rw-r--r--hw/gusemu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/gusemu.h b/hw/gusemu.h
index a64300a09..50937678e 100644
--- a/hw/gusemu.h
+++ b/hw/gusemu.h
@@ -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;