diff --git a/src/engine/platform/genesisext.cpp b/src/engine/platform/genesisext.cpp index 75606f00c..aab02e1e1 100644 --- a/src/engine/platform/genesisext.cpp +++ b/src/engine/platform/genesisext.cpp @@ -800,7 +800,7 @@ DivMacroInt* DivPlatformGenesisExt::getChanMacroInt(int ch) { } unsigned short DivPlatformGenesisExt::getPan(int ch) { - if (ch==csmChan) return 0; + if (ch==4+csmChan) return 0; if (ch>=4+extChanOffs) return DivPlatformGenesis::getPan(ch-3); if (ch>=extChanOffs) { if (extMode) {