disable fancy D5-plus-timing-bit-only address prologue code path in T00 precheck, because some disks have timing bits after their D5 but have a full regular address prologue so Passport was giving spurious errors

This commit is contained in:
4am 2017-04-03 22:00:57 -04:00
parent e999b972f4
commit 6e67b30b5b
4 changed files with 6 additions and 2 deletions

View File

@ -11,7 +11,7 @@
# third-party tools required to build
# https://sourceforge.net/projects/acme-crossass/
ACME=/usr/local/bin/acme
ACME=`which acme`
# https://sourceforge.net/projects/applecommander/
AC=bin/AppleCommander.jar

Binary file not shown.

View File

@ -15,6 +15,10 @@ TraceDOS33
sta gTrack
lda #$09
sta gSector
lda #$F0
sta $B959
lda #$05
sta $B95A
precheck
ldy #<gRWTSParams
lda #>gRWTSParams

View File

@ -194,7 +194,7 @@ StringTable
; can be set directly before calling PrintByID.
;
.header
!text "Passport by 4am 2017-03-29",00
!text "Passport by 4am 2017-04-03",00
.mainmenu
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D
!text " "