mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 21:15:11 +00:00
PCE: fix channel 2 being mute?!
another discovery towards LFO fix? fixes #141
This commit is contained in:
parent
b0698dbac3
commit
faed39843e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue