safer placement

This commit is contained in:
Peter Ferrie 2019-03-14 08:35:49 -07:00
parent 585747c6a2
commit a82cf9a65c

View File

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