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