Namco 163: improvements, part 2

This commit is contained in:
tildearrow 2023-07-20 18:23:58 -05:00
parent f2e978a5a7
commit 7cc166beb0
3 changed files with 26 additions and 65 deletions

View file

@ -30,7 +30,7 @@ class DivPlatformN163: public DivDispatch {
signed char resVol;
short wave, wavePos, waveLen;
short curWavePos, curWaveLen;
unsigned char waveMode;
bool waveMode;
bool volumeChanged;
bool waveChanged, waveUpdated;
DivWaveSynth ws;