mirror of
https://github.com/a2-4am/anti-m.git
synced 2025-04-09 02:37:11 +00:00
commit
96bf9e9b0b
@ -109,16 +109,16 @@ IDBroderbund
|
||||
;
|
||||
; found David's Midnight Magic protection
|
||||
;
|
||||
; duplicate bootloader from $0300 to $2300 and our callback code to $1700
|
||||
; duplicate bootloader from $0300 to $1300 and our callback code to $1700
|
||||
; [must preserve Y here]
|
||||
ldx #$00
|
||||
- lda $0300,x
|
||||
sta $3300,x
|
||||
sta $1300,x
|
||||
lda @copyDMM,x
|
||||
sta $1700,x
|
||||
inx
|
||||
bne -
|
||||
lda #$33
|
||||
lda #$13
|
||||
sta $030A
|
||||
sta $0320
|
||||
lda #$4C
|
||||
|
Loading…
x
Reference in New Issue
Block a user