From e95258ad91a942ee33473fc84d0c4f3fc3bd8b35 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Mon, 31 Jan 2022 17:28:17 -0500 Subject: [PATCH] AEGJDSKADFGIOGSHBJSFKAL;FS --- src/engine/platform/ay8930.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/engine/platform/ay8930.cpp b/src/engine/platform/ay8930.cpp index 259d9b0c..9f95dfbf 100644 --- a/src/engine/platform/ay8930.cpp +++ b/src/engine/platform/ay8930.cpp @@ -374,7 +374,7 @@ void DivPlatformAY8930::reset() { pendingWrites[i]=-1; } - ayNoiseAnd=0xff; + ayNoiseAnd=2; ayNoiseOr=0; delay=0; @@ -382,7 +382,7 @@ void DivPlatformAY8930::reset() { bank=false; immWrite(0x0d,0xa0); - immWrite(0x19,0xff); // and mask + immWrite(0x19,2); // and mask immWrite(0x1a,0x00); // or mask }