From be48d15861c34d06e17a32a49520fd28c630af0c Mon Sep 17 00:00:00 2001 From: cam900 Date: Fri, 16 Dec 2022 19:15:56 +0900 Subject: [PATCH] Initialize at reset --- src/engine/platform/ga20.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/engine/platform/ga20.cpp b/src/engine/platform/ga20.cpp index 371ae115c..ad767ebac 100644 --- a/src/engine/platform/ga20.cpp +++ b/src/engine/platform/ga20.cpp @@ -342,6 +342,7 @@ void DivPlatformGA20::reset() { } memset(regPool,0,32); ga20.device_reset(); + delay=0; for (int i=0; i<4; i++) { chan[i]=DivPlatformGA20::Channel(); chan[i].std.setEngine(parent);