mirror of
https://github.com/a2-4am/anti-m.git
synced 2024-12-28 18:29:33 +00:00
don't patch the wrong one
This commit is contained in:
parent
65c5c9c31c
commit
578ba3c915
@ -221,7 +221,6 @@ IDBroderbund
|
||||
sta @restore2+1
|
||||
lda #$60
|
||||
sta $0461
|
||||
sta $8B5D
|
||||
lda #$00
|
||||
sta $0462
|
||||
sta $0463
|
||||
@ -229,9 +228,15 @@ IDBroderbund
|
||||
; and disable a secondary protection if present
|
||||
lda $8BE3
|
||||
cmp #$30
|
||||
bne @restore2
|
||||
bne @DMMnewer
|
||||
lda #$2C
|
||||
sta $8BE2
|
||||
bne @restore2
|
||||
|
||||
@DMMnewer
|
||||
lda #$60
|
||||
sta $8B5D
|
||||
|
||||
@restore2
|
||||
lda #$FD ; SMC
|
||||
rts
|
||||
|
Loading…
Reference in New Issue
Block a user