mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-27 08:50:01 +00:00
fix Black Magic on //c+ (#330)
Seems like starting a new game is wonky. after it shows the high score screen it messes up the graphics. not sure if that's my fix causing it or not, but both reset work, and every machine works currently.
This commit is contained in:
parent
33d00fc978
commit
46d05fbac9
@ -22,13 +22,11 @@
|
||||
sta $1B2D
|
||||
sta $D6E6
|
||||
jsr $1B00
|
||||
|
||||
lda #<callback1
|
||||
sta $D7E9
|
||||
lda #>callback1
|
||||
sta $D7EA
|
||||
jsr $D000
|
||||
|
||||
lda #<callback2
|
||||
sta $8D5
|
||||
lda #>callback2
|
||||
@ -55,6 +53,7 @@ callback2
|
||||
lda #$63 ; back to original vector
|
||||
sta $3F2
|
||||
sta $FFFC
|
||||
+READ_RAM2_WRITE_RAM2 ; fix on //c+
|
||||
jmp $D6EE
|
||||
|
||||
reset
|
||||
|
Loading…
Reference in New Issue
Block a user