mirror of
https://github.com/a2-4am/passport.git
synced 2025-02-10 15:30:54 +00:00
more PFS write check variations [fixes PFS Graph 1983-01-12]
This commit is contained in:
parent
6b90aef548
commit
81a3352ac5
@ -41,7 +41,16 @@
|
||||
!byte $00
|
||||
!byte $C3,$A1
|
||||
!byte $2E,$C7
|
||||
bcs @exit
|
||||
bcc @foundWriteCheck
|
||||
|
||||
ldy #$09
|
||||
jsr SearchTrack
|
||||
!byte $9E,$06
|
||||
!byte $9E,$22
|
||||
!byte $00
|
||||
!byte $C3,$AB
|
||||
!byte $05,$A9
|
||||
bcs @exit ; passport-test-suite/PFS Graph 1983-01-12.woz [C=0] here
|
||||
|
||||
@foundWriteCheck
|
||||
jsr PrintByID
|
||||
|
@ -367,7 +367,7 @@ StringTableHigh ; must be kept in sync with constants in enid.a
|
||||
.passport
|
||||
!text "Passport ",$00
|
||||
.header
|
||||
!text "@",s_passport,"by 4am@",s_space7,"@",s_space7," 2022-06-24",$00
|
||||
!text "@",s_passport,"by 4am@",s_space7,"@",s_space7," 2022-06-25",$00
|
||||
.bar9
|
||||
!text "_________",$00
|
||||
.bar18
|
||||
|
Loading…
x
Reference in New Issue
Block a user