NES: add NESAPU struct
to allow multi-chip support
This commit is contained in:
parent
06c7ac92a2
commit
e961cf79ca
5 changed files with 255 additions and 249 deletions
|
|
@ -37,6 +37,7 @@ class DivPlatformNES: public DivDispatch {
|
|||
unsigned int dacPos;
|
||||
int dacSample;
|
||||
unsigned char sampleBank;
|
||||
struct NESAPU* nes;
|
||||
|
||||
float freqBase;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue