fix Didatech output log

This commit is contained in:
4am 2023-04-08 11:44:10 -04:00
parent 84a1713b5b
commit cdb1d28920
2 changed files with 4 additions and 3 deletions

View File

@ -207,7 +207,6 @@ TraceDOS33c ; 2nd-level trace callback is here
; Check for Didatech decryption routine ; Check for Didatech decryption routine
; (affects readable/ignoreable sector map, so must ID now) ; (affects readable/ignoreable sector map, so must ID now)
; ;
jsr $ff58
lda MaybeBC lda MaybeBC
ldx #$E1 ldx #$E1
ldy #$0A ldy #$0A
@ -218,6 +217,8 @@ TraceDOS33c ; 2nd-level trace callback is here
!byte $59,$00,$08 !byte $59,$00,$08
!byte $99 !byte $99
bcs .notDidatech ; passport-test-suite/Crosscountry Canada.woz [C=0] matches bcs .notDidatech ; passport-test-suite/Crosscountry Canada.woz [C=0] matches
lda #$07
sta gDisplayBytes
jsr PrintByID jsr PrintByID
!byte s_didatech !byte s_didatech
lda #kSectorOptional lda #kSectorOptional

View File

@ -381,7 +381,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," 2023-03-26",$00 !text "@",s_passport,"by 4am@",s_space7,"@",s_space7," 2023-04-08",$00
.bar9 .bar9
!text "_________",$00 !text "_________",$00
.bar18 .bar18
@ -779,5 +779,5 @@ StringTableHigh ; must be kept in sync with constants in enid.a
.probs5 .probs5
!text "@",s_found,"PROBS5 @",s_protectioncheck,$8D,$00 !text "@",s_found,"PROBS5 @",s_protectioncheck,$8D,$00
.didatech .didatech
!text "@",s_found,"Didatech @",s_protectioncheck,$8D !text "@",s_found,"Didatech disk",$8D
!text "T02,S07 @",s_maybeunreadable,$8D,$00 !text "T02,S07 @",s_maybeunreadable,$8D,$00