Merge pull request #82 from peterferrie/master

go faster
This commit is contained in:
4am 2019-04-29 19:59:09 -04:00 committed by GitHub
commit 4a078e516b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

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

View File

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