PCM sample bank support
This commit is contained in:
parent
e3f14f3850
commit
e2a41974ff
10 changed files with 41 additions and 6 deletions
|
|
@ -32,7 +32,7 @@ class DivPlatformNES: public DivDispatch {
|
|||
wave(-1) {}
|
||||
};
|
||||
Channel chan[5];
|
||||
int dacPeriod, dacRate, dacPos, dacSample;
|
||||
int dacPeriod, dacRate, dacPos, dacSample, sampleBank;
|
||||
unsigned char lastPan;
|
||||
|
||||
float freqBase;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue