This commit is contained in:
tildearrow 2022-02-12 21:19:38 -05:00
parent a42f029f9d
commit 6bcd3df691
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ void DivPlatformGenesis::tick() {
if (m.hadTl) {
op.tl=127-m.tl;
if (isMuted[i]) {
rWrite(baseAddr+ADDR_TL,0);
rWrite(baseAddr+ADDR_TL,127);
} else {
if (isOutput[chan[i].state.alg][j]) {
rWrite(baseAddr+ADDR_TL,127-(((127-op.tl)*(chan[i].outVol&0x7f))/127));