go faster

This commit is contained in:
Peter Ferrie 2019-04-29 09:49:51 -07:00
parent 6790ff81a0
commit f689a0d100
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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 " "