diff --git a/src/engine/platform/opl.cpp b/src/engine/platform/opl.cpp index b893dd0f7..2ce98dae5 100644 --- a/src/engine/platform/opl.cpp +++ b/src/engine/platform/opl.cpp @@ -2646,11 +2646,11 @@ void DivPlatformOPL::forceIns() { totalChans=properDrums?11:9; } for (int i=0; i>1)&1)|(chan[i].state.fb<<1)); @@ -2686,7 +2687,6 @@ void DivPlatformOPL::forceIns() { rWrite(chanMap[i+1]+ADDR_LR_FB_ALG,((chan[i].state.alg>>1)&1)|(chan[i].state.fb<<1)|((chan[i].pan&15)<<4)); } } - */ } for (int i=0; i<768; i++) { oldWrites[i]=-1;