Virtual Boy: fix forceIns in static wave mode

This commit is contained in:
tildearrow 2023-12-02 03:39:18 -05:00
parent 6bc8d2d4c3
commit 25a832f9fc

View file

@ -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);
}
}