mirror of
https://github.com/a2-4am/anti-m.git
synced 2025-01-15 13:32:19 +00:00
enable Spiradisc boots on GS
This commit is contained in:
parent
a5120786e7
commit
47cf5be749
@ -30,6 +30,13 @@ IDSpiraDisc
|
||||
|
||||
@callback1
|
||||
; disable ROM checksum-failure branching
|
||||
lda $B845
|
||||
cmp #$5C
|
||||
bne +
|
||||
lda #0
|
||||
sta $B845
|
||||
jmp $B800
|
||||
; and boot PROM checksum-failure branching
|
||||
sta $B606
|
||||
lda #$24
|
||||
sta $B60A
|
||||
+ jmp $B800
|
||||
|
Loading…
x
Reference in New Issue
Block a user