Revision 9df34396 hw/gusemu.h

b/hw/gusemu.h
46 46
{
47 47
 GUSbyte *himemaddr; /* 1024*1024 bytes used for storing uploaded samples (+32 additional bytes for read padding) */
48 48
 GUSbyte *gusdatapos; /* (gusdataend-gusdata) bytes used for storing emulated GF1/mixer register states (32*32+4 bytes in initial GUSemu32 version) */
49
 int gusirq;
50
 int gusdma;
49
 uint32_t gusirq;
50
 uint32_t gusdma;
51 51
 unsigned int timer1fraction;
52 52
 unsigned int timer2fraction;
53 53
 void *opaque;

Also available in: Unified diff