more LFO fix code

This commit is contained in:
tildearrow 2022-02-05 16:19:22 -05:00
parent 59cbfdcad9
commit 026b232c02
2 changed files with 12 additions and 3 deletions

View file

@ -53,7 +53,7 @@ class DivPlatformPCE: public DivDispatch {
int cycles, curChan, delay;
int tempL[32];
int tempR[32];
unsigned char sampleBank;
unsigned char sampleBank, lfoMode, lfoSpeed;
PCE_PSG* pce;
void updateWave(int ch);
friend void putDispatchChan(void*,int,int);