mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-01 18:42:40 +00:00
Virtual Boy: fix forceIns in static wave mode
This commit is contained in:
parent
6bc8d2d4c3
commit
25a832f9fc
1 changed files with 3 additions and 0 deletions
|
@ -414,6 +414,9 @@ void DivPlatformVB::forceIns() {
|
|||
chan[i].insChanged=true;
|
||||
chan[i].freqChanged=true;
|
||||
updateWave(i);
|
||||
if (romMode) {
|
||||
chWrite(i,0x06,chan[i].wave);
|
||||
}
|
||||
chWrite(i,0x01,isMuted[i]?0:chan[i].pan);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue