diff --git a/src/engine/platform/k007232.cpp b/src/engine/platform/k007232.cpp index b4501df7..f7feaebc 100644 --- a/src/engine/platform/k007232.cpp +++ b/src/engine/platform/k007232.cpp @@ -394,6 +394,7 @@ void DivPlatformK007232::muteChannel(int ch, bool mute) { } void DivPlatformK007232::forceIns() { + while (!writes.empty()) writes.pop(); for (int i=0; i<2; i++) { chan[i].insChanged=true; chan[i].freqChanged=true;