Merge pull request #12 from peterferrie/master

safer placement
This commit is contained in:
4am
2019-03-14 11:36:42 -04:00
committed by GitHub

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