Fix for Gumball demo crash on 6502 (#440)

This commit is contained in:
Tom Greene 2021-11-21 16:50:00 -05:00 committed by GitHub
parent 9f5fd1e382
commit 472c60c02c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

Binary file not shown.

View File

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