mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-27 08:50:01 +00:00
silence Mockingboard on start
This commit is contained in:
parent
de942a76f8
commit
4adc3e860e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user