mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-15 17:25:06 +00:00
TIA: fix mute being ignored at times
This commit is contained in:
parent
d8e8fd4031
commit
e06911258e
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ void DivPlatformTIA::forceIns() {
|
|||
chan[i].insChanged=true;
|
||||
if (chan[i].active) {
|
||||
chan[i].freqChanged=true;
|
||||
rWrite(0x19+i,chan[i].outVol&15);
|
||||
if (!isMuted[i]) rWrite(0x19+i,chan[i].outVol&15);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue