PCE: fix channel 2 being mute?!

another discovery towards LFO fix?
fixes #141
This commit is contained in:
tildearrow 2022-02-05 23:51:29 -05:00
parent b0698dbac3
commit faed39843e
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@ void DivPlatformPCE::reset() {
cycles=0;
curChan=-1;
sampleBank=0;
lfoMode=0x80;
lfoMode=0;
lfoSpeed=255;
// set global volume
rWrite(0,0);