mirror of
https://github.com/a2-4am/passport.git
synced 2025-01-04 15:29:54 +00:00
go faster
This commit is contained in:
parent
6790ff81a0
commit
f689a0d100
@ -19,6 +19,11 @@ Choplifter
|
|||||||
sta dct+1
|
sta dct+1
|
||||||
jsr ChangeTrackNW
|
jsr ChangeTrackNW
|
||||||
jsr IncProgress
|
jsr IncProgress
|
||||||
|
ldx #$00
|
||||||
|
- lda .readtracki,x
|
||||||
|
sta $2000,x
|
||||||
|
inx
|
||||||
|
bne -
|
||||||
|
|
||||||
.read
|
.read
|
||||||
asl gTrack
|
asl gTrack
|
||||||
@ -149,11 +154,6 @@ ReadChoplifter
|
|||||||
|
|
||||||
.readtrack
|
.readtrack
|
||||||
stx tmpx
|
stx tmpx
|
||||||
ldx #$00
|
|
||||||
- lda .readtracki,x
|
|
||||||
sta $2000,x
|
|
||||||
inx
|
|
||||||
bne -
|
|
||||||
jsr $2000 ; must run from page-aligned address for precise timing
|
jsr $2000 ; must run from page-aligned address for precise timing
|
||||||
|
|
||||||
;back-up in case of read failure
|
;back-up in case of read failure
|
||||||
|
@ -280,7 +280,7 @@ StringTableHigh
|
|||||||
; can be set directly before calling PrintByID.
|
; can be set directly before calling PrintByID.
|
||||||
;
|
;
|
||||||
.header
|
.header
|
||||||
!text "Passport by 4am 2019-04-26",$00
|
!text "Passport by 4am 2019-04-29",$00
|
||||||
.mainmenu
|
.mainmenu
|
||||||
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D,$8D
|
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D,$8D
|
||||||
!text " "
|
!text " "
|
||||||
|
Loading…
Reference in New Issue
Block a user