From 4adc3e860e99174257afbb300ff47a3990ac3403 Mon Sep 17 00:00:00 2001 From: Peter Ferrie Date: Mon, 11 May 2020 09:58:22 -0700 Subject: [PATCH] silence Mockingboard on start --- src/hw.mockingboard.a | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/hw.mockingboard.a b/src/hw.mockingboard.a index 9df7f6396..c084c0e2c 100644 --- a/src/hw.mockingboard.a +++ b/src/hw.mockingboard.a @@ -135,6 +135,18 @@ GetMockingboardStuff sta $fffe lda #>Ignore sta $ffff + + ldy #0 + tya + sta ($80),y + lda #4 + sta ($80),y + tya + ldy #$80 + sta ($80),y + lda #4 + sta ($80),y + rts ; found @timercheck