total extinction of legacy sample mode, part 3
remove all the code which handles legacy sample mode next up is a conversion strategy
This commit is contained in:
parent
aa8054754c
commit
183526cdbd
21 changed files with 706 additions and 870 deletions
|
|
@ -32,7 +32,7 @@ class DivPlatformPCE: public DivDispatch {
|
|||
unsigned int dacPos;
|
||||
int dacSample;
|
||||
unsigned char pan;
|
||||
bool noise, pcm, furnaceDac, deferredWaveUpdate, setPos;
|
||||
bool noise, pcm, deferredWaveUpdate, setPos;
|
||||
signed short wave;
|
||||
int macroVolMul, noiseSeek;
|
||||
DivWaveSynth ws;
|
||||
|
|
@ -48,7 +48,6 @@ class DivPlatformPCE: public DivDispatch {
|
|||
pan(255),
|
||||
noise(false),
|
||||
pcm(false),
|
||||
furnaceDac(false),
|
||||
deferredWaveUpdate(false),
|
||||
setPos(false),
|
||||
wave(-1),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue