From f070b1800e52f4a0083e2b7d5048fe845804551a Mon Sep 17 00:00:00 2001 From: tildearrow Date: Fri, 16 Dec 2022 03:51:02 -0500 Subject: [PATCH] another try to fix --- src/engine/platform/k007232.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/engine/platform/k007232.cpp b/src/engine/platform/k007232.cpp index 7792cda5..a36c76ab 100644 --- a/src/engine/platform/k007232.cpp +++ b/src/engine/platform/k007232.cpp @@ -402,6 +402,8 @@ void DivPlatformK007232::forceIns() { chan[i].prevFreq=-1; chan[i].prevBank=-1; } + lastLoop=0; + lastVolume=0; } void* DivPlatformK007232::getChanState(int ch) {