NES: add NESAPU struct

to allow multi-chip support
This commit is contained in:
tildearrow 2022-01-08 17:44:17 -05:00
parent 06c7ac92a2
commit e961cf79ca
5 changed files with 255 additions and 249 deletions

View file

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