Merge pull request #6 from peterferrie/master

enable Spiradisc boots on GS
This commit is contained in:
4am 2019-03-12 12:14:13 -04:00 committed by GitHub
commit 6e5e2e75fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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