mirror of
https://github.com/a2-4am/anti-m.git
synced 2025-01-14 07:29:50 +00:00
commit
a882cbc97a
@ -221,10 +221,22 @@ IDBroderbund
|
||||
sta @restore2+1
|
||||
lda #$60
|
||||
sta $0461
|
||||
sta $8B5D
|
||||
lda #$00
|
||||
sta $0462
|
||||
sta $0463
|
||||
; distinguish further between variants
|
||||
; and disable a secondary protection if present
|
||||
lda $8BE3
|
||||
cmp #$30
|
||||
bne @DMMnewer
|
||||
lda #$2C
|
||||
sta $8BE2
|
||||
bne @restore2
|
||||
|
||||
@DMMnewer
|
||||
lda #$60
|
||||
sta $8B5D
|
||||
|
||||
@restore2
|
||||
lda #$FD ; SMC
|
||||
rts
|
||||
|
Loading…
x
Reference in New Issue
Block a user