mirror of
https://github.com/a2-4am/passport.git
synced 2024-12-21 13:29:19 +00:00
fix Didatech output log
This commit is contained in:
parent
84a1713b5b
commit
cdb1d28920
@ -207,7 +207,6 @@ TraceDOS33c ; 2nd-level trace callback is here
|
||||
; Check for Didatech decryption routine
|
||||
; (affects readable/ignoreable sector map, so must ID now)
|
||||
;
|
||||
jsr $ff58
|
||||
lda MaybeBC
|
||||
ldx #$E1
|
||||
ldy #$0A
|
||||
@ -218,6 +217,8 @@ TraceDOS33c ; 2nd-level trace callback is here
|
||||
!byte $59,$00,$08
|
||||
!byte $99
|
||||
bcs .notDidatech ; passport-test-suite/Crosscountry Canada.woz [C=0] matches
|
||||
lda #$07
|
||||
sta gDisplayBytes
|
||||
jsr PrintByID
|
||||
!byte s_didatech
|
||||
lda #kSectorOptional
|
||||
|
@ -381,7 +381,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," 2023-03-26",$00
|
||||
!text "@",s_passport,"by 4am@",s_space7,"@",s_space7," 2023-04-08",$00
|
||||
.bar9
|
||||
!text "_________",$00
|
||||
.bar18
|
||||
@ -779,5 +779,5 @@ StringTableHigh ; must be kept in sync with constants in enid.a
|
||||
.probs5
|
||||
!text "@",s_found,"PROBS5 @",s_protectioncheck,$8D,$00
|
||||
.didatech
|
||||
!text "@",s_found,"Didatech @",s_protectioncheck,$8D
|
||||
!text "@",s_found,"Didatech disk",$8D
|
||||
!text "T02,S07 @",s_maybeunreadable,$8D,$00
|
||||
|
Loading…
Reference in New Issue
Block a user