mirror of
https://github.com/a2-4am/passport.git
synced 2024-12-22 04:29:59 +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
|
# third-party tools required to build
|
||||||
# https://sourceforge.net/projects/acme-crossass/
|
# https://sourceforge.net/projects/acme-crossass/
|
||||||
ACME=/usr/local/bin/acme
|
ACME=`which acme`
|
||||||
# https://sourceforge.net/projects/applecommander/
|
# https://sourceforge.net/projects/applecommander/
|
||||||
AC=bin/AppleCommander.jar
|
AC=bin/AppleCommander.jar
|
||||||
|
|
||||||
|
BIN
bin/V2Make.scpt
BIN
bin/V2Make.scpt
Binary file not shown.
@ -15,6 +15,10 @@ TraceDOS33
|
|||||||
sta gTrack
|
sta gTrack
|
||||||
lda #$09
|
lda #$09
|
||||||
sta gSector
|
sta gSector
|
||||||
|
lda #$F0
|
||||||
|
sta $B959
|
||||||
|
lda #$05
|
||||||
|
sta $B95A
|
||||||
precheck
|
precheck
|
||||||
ldy #<gRWTSParams
|
ldy #<gRWTSParams
|
||||||
lda #>gRWTSParams
|
lda #>gRWTSParams
|
||||||
|
@ -194,7 +194,7 @@ StringTable
|
|||||||
; can be set directly before calling PrintByID.
|
; can be set directly before calling PrintByID.
|
||||||
;
|
;
|
||||||
.header
|
.header
|
||||||
!text "Passport by 4am 2017-03-29",00
|
!text "Passport by 4am 2017-04-03",00
|
||||||
.mainmenu
|
.mainmenu
|
||||||
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D
|
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D
|
||||||
!text " "
|
!text " "
|
||||||
|
Loading…
Reference in New Issue
Block a user