Assert fix from etabeta (nw)

This commit is contained in:
Scott Stone 2014-03-12 21:43:00 +00:00
parent 77cbdd8084
commit 1bb1db4384

View File

@ -231,7 +231,7 @@ struct apu_t
dpcm_t dpcm;
/* APU registers */
unsigned char regs[0x17];
unsigned char regs[0x18];
/* Sound pointers */
void *buffer;