mirror of
https://github.com/a2-4am/passport.git
synced 2024-12-21 13:29:19 +00:00
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:
parent
e999b972f4
commit
6e67b30b5b
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
|
BIN
bin/V2Make.scpt
BIN
bin/V2Make.scpt
Binary file not shown.
@ -15,6 +15,10 @@ TraceDOS33
|
||||
sta gTrack
|
||||
lda #$09
|
||||
sta gSector
|
||||
lda #$F0
|
||||
sta $B959
|
||||
lda #$05
|
||||
sta $B95A
|
||||
precheck
|
||||
ldy #<gRWTSParams
|
||||
lda #>gRWTSParams
|
||||
|
@ -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 " "
|
||||
|
Loading…
Reference in New Issue
Block a user