mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-30 13:33:18 +00:00
Fix for Gumball demo crash on 6502 (#440)
This commit is contained in:
parent
9f5fd1e382
commit
472c60c02c
BIN
res/DEMO/GUMBALL
BIN
res/DEMO/GUMBALL
Binary file not shown.
@ -37,6 +37,13 @@
|
||||
jmp $B2F1 ; stage 1 (title screen and credits)
|
||||
|
||||
callback1
|
||||
lda #$A5 ; restore original code so callback
|
||||
sta $B21E ; won't be called more than once
|
||||
lda #$5F
|
||||
sta $B21F
|
||||
lda #$0A
|
||||
sta $B220
|
||||
|
||||
lda #$4C
|
||||
sta $0DFB
|
||||
lda #0
|
||||
|
Loading…
x
Reference in New Issue
Block a user