mirror of
https://github.com/holub/mame
synced 2025-05-10 16:21:42 +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;
|
||||
|
||||
/* APU registers */
|
||||
unsigned char regs[0x17];
|
||||
unsigned char regs[0x18];
|
||||
|
||||
/* Sound pointers */
|
||||
void *buffer;
|
||||
|
Loading…
Reference in New Issue
Block a user