mirror of
https://github.com/a2-4am/passport.git
synced 2024-12-28 14:32:09 +00:00
analyze tracks during 5-5-5 event loop
This commit is contained in:
parent
04a3179328
commit
78a8718662
@ -515,7 +515,7 @@ Do555
|
|||||||
!byte $4C,$85,$04 ; JMP $0485
|
!byte $4C,$85,$04 ; JMP $0485
|
||||||
|
|
||||||
.writesectors
|
.writesectors
|
||||||
jsr WriteTrackNA
|
jsr WriteTrack
|
||||||
jsr IncProgress
|
jsr IncProgress
|
||||||
lda KEY
|
lda KEY
|
||||||
bmi .cancel
|
bmi .cancel
|
||||||
|
@ -365,7 +365,7 @@ StringTableHigh ; must be kept in sync with constants in enid.a
|
|||||||
.passport
|
.passport
|
||||||
!text "Passport ",$00
|
!text "Passport ",$00
|
||||||
.header
|
.header
|
||||||
!text "@",s_passport,"by 4am@",s_space7,"@",s_space7," 2021-09-07",$00
|
!text "@",s_passport,"by 4am@",s_space7,"@",s_space7," 2021-09-08",$00
|
||||||
.bar9
|
.bar9
|
||||||
!text "_________",$00
|
!text "_________",$00
|
||||||
.bar18
|
.bar18
|
||||||
|
Loading…
Reference in New Issue
Block a user