Virtual Boy: fix forceIns in static wave mode
This commit is contained in:
parent
6bc8d2d4c3
commit
25a832f9fc
|
@ -414,6 +414,9 @@ void DivPlatformVB::forceIns() {
|
||||||
chan[i].insChanged=true;
|
chan[i].insChanged=true;
|
||||||
chan[i].freqChanged=true;
|
chan[i].freqChanged=true;
|
||||||
updateWave(i);
|
updateWave(i);
|
||||||
|
if (romMode) {
|
||||||
|
chWrite(i,0x06,chan[i].wave);
|
||||||
|
}
|
||||||
chWrite(i,0x01,isMuted[i]?0:chan[i].pan);
|
chWrite(i,0x01,isMuted[i]?0:chan[i].pan);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue