PCE: aaand fix another bug
This commit is contained in:
parent
c6ae198283
commit
7b360b55a7
|
|
@ -273,6 +273,7 @@ void DivPlatformPCE::muteChannel(int ch, bool mute) {
|
||||||
void DivPlatformPCE::forceIns() {
|
void DivPlatformPCE::forceIns() {
|
||||||
for (int i=0; i<6; i++) {
|
for (int i=0; i<6; i++) {
|
||||||
chan[i].insChanged=true;
|
chan[i].insChanged=true;
|
||||||
|
chan[i].freqChanged=true;
|
||||||
updateWave(i);
|
updateWave(i);
|
||||||
chWrite(i,0x05,isMuted[i]?0:chan[i].pan);
|
chWrite(i,0x05,isMuted[i]?0:chan[i].pan);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue