mirror of
https://github.com/holub/mame
synced 2025-05-12 17:14:19 +03:00
Assert fix from etabeta (nw)
This commit is contained in:
parent
77cbdd8084
commit
1bb1db4384
@ -231,7 +231,7 @@ struct apu_t
|
|||||||
dpcm_t dpcm;
|
dpcm_t dpcm;
|
||||||
|
|
||||||
/* APU registers */
|
/* APU registers */
|
||||||
unsigned char regs[0x17];
|
unsigned char regs[0x18];
|
||||||
|
|
||||||
/* Sound pointers */
|
/* Sound pointers */
|
||||||
void *buffer;
|
void *buffer;
|
||||||
|
Loading…
Reference in New Issue
Block a user