From cdb1d28920cc896464f77c8096f1126f86666b40 Mon Sep 17 00:00:00 2001 From: 4am Date: Sat, 8 Apr 2023 11:44:10 -0400 Subject: [PATCH] fix Didatech output log --- src/id/trace33.a | 3 ++- src/strings/en.a | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/id/trace33.a b/src/id/trace33.a index eb0c13e..91b039c 100755 --- a/src/id/trace33.a +++ b/src/id/trace33.a @@ -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 diff --git a/src/strings/en.a b/src/strings/en.a index ba4722d..209a654 100755 --- a/src/strings/en.a +++ b/src/strings/en.a @@ -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