mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
qdev/isa: convert gravis ultrasound
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
f8ba784657
commit
9df34396d5
2 changed files with 51 additions and 28 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue