mirror of
https://github.com/a2-4am/anti-m.git
synced 2024-12-29 09:33:12 +00:00
.
This commit is contained in:
parent
3e84dc619b
commit
4426e7da5a
@ -104,13 +104,13 @@ Tracer
|
|||||||
sta $0839
|
sta $0839
|
||||||
jmp $0801
|
jmp $0801
|
||||||
@callback1
|
@callback1
|
||||||
; duplicate bootloader from $0300 to $2300
|
; duplicate bootloader from $0300 to $0200
|
||||||
ldx #$00
|
ldx #$00
|
||||||
- lda $0300,x
|
- lda $0300,x
|
||||||
sta $0200,x
|
sta $0200,x
|
||||||
inx
|
inx
|
||||||
bne -
|
bne -
|
||||||
; patch bootloader so it reads the pristine copy at $2300
|
; patch bootloader so it reads the pristine copy at $0200
|
||||||
dec $030A
|
dec $030A
|
||||||
dec $0310
|
dec $0310
|
||||||
dec $0316
|
dec $0316
|
||||||
|
Loading…
Reference in New Issue
Block a user