NES: fix issue for real

This commit is contained in:
tildearrow 2022-01-26 16:07:55 -05:00
parent bf19feab89
commit a895cb9c5e
4 changed files with 11 additions and 6 deletions

View file

@ -38,6 +38,7 @@ class DivPlatformNES: public DivDispatch {
unsigned int dacPos;
int dacSample;
unsigned char sampleBank;
unsigned char apuType;
struct NESAPU* nes;
float freqBase;