mirror of
https://github.com/a2-4am/passport.git
synced 2024-11-05 18:07:34 +00:00
commit
7941fcb327
@ -356,6 +356,11 @@ ReadChoplifter
|
|||||||
lda $c054
|
lda $c054
|
||||||
lda $c052
|
lda $c052
|
||||||
lda $c050
|
lda $c050
|
||||||
|
ldx #0
|
||||||
|
- lda $800,x
|
||||||
|
sta $400,x
|
||||||
|
inx
|
||||||
|
bne -
|
||||||
ldx #$42
|
ldx #$42
|
||||||
txs
|
txs
|
||||||
lda #>(.resume-1)
|
lda #>(.resume-1)
|
||||||
@ -370,6 +375,8 @@ ReadChoplifter
|
|||||||
sta $500,x
|
sta $500,x
|
||||||
lda (*+$ff) and $ff00,x
|
lda (*+$ff) and $ff00,x
|
||||||
sta $200,x
|
sta $200,x
|
||||||
|
lda $400,x
|
||||||
|
sta $800,x
|
||||||
lda (*+$1ff) and $ff00,x
|
lda (*+$1ff) and $ff00,x
|
||||||
sta $400,x
|
sta $400,x
|
||||||
txs
|
txs
|
||||||
|
Loading…
Reference in New Issue
Block a user