silence Mockingboard on start

This commit is contained in:
Peter Ferrie 2020-05-11 09:58:22 -07:00
parent de942a76f8
commit 4adc3e860e

View File

@ -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