diff --git a/src/engine/platform/genesis.cpp b/src/engine/platform/genesis.cpp index 8048ca17..59094d36 100644 --- a/src/engine/platform/genesis.cpp +++ b/src/engine/platform/genesis.cpp @@ -153,7 +153,7 @@ int DivPlatformGenesis::toFreq(int freq) { void DivPlatformGenesis::muteChannel(int ch, bool mute) { if (ch>5) { - psg.muteChannel(ch,mute); + psg.muteChannel(ch-6,mute); return; } isMuted[ch]=mute;