From 18364ed06585d653c3804f10b290403f9e138db7 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Fri, 16 Dec 2022 04:03:14 -0500 Subject: [PATCH] GA20: U N I N I T I A L I Z E D initialize delay --- 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 ceccac65..371ae115 100644 --- a/src/engine/platform/ga20.cpp +++ b/src/engine/platform/ga20.cpp @@ -466,6 +466,7 @@ int DivPlatformGA20::init(DivEngine* p, int channels, int sugRate, const DivConf } sampleMem=new unsigned char[getSampleMemCapacity()]; sampleMemLen=0; + delay=0; setFlags(flags); ga20BufLen=65536; for (int i=0; i<4; i++) ga20Buf[i]=new short[ga20BufLen];