use ReadSector for track 0 pre-read on DOS 3.3 disks

This commit is contained in:
4am 2017-10-25 22:08:32 -04:00
parent 9b1f451930
commit 8213426c0f
3 changed files with 2 additions and 10 deletions

View File

@ -15,12 +15,8 @@ TraceDOS33
sta gTrack
lda #$09
sta gSector
lda #$00
sta $b991
precheck
ldy #<gRWTSParams
lda #>gRWTSParams
jsr $BD00
jsr ReadSector
bcc +
jmp FatalError
+

View File

@ -289,8 +289,6 @@ Action
sta TEXTTOP
lda #s_reading
jsr PrintByID
lda #$00
sta $b991
ldy #<gRWTSParams ; call universal RWTS to see
lda #>gRWTSParams ; if T00,S00 is readable
jsr $BD00 ; (only care about the return code)
@ -301,8 +299,6 @@ Action
jsr PrintByID
jmp TheEnd
.checkt00s00
lda #$02
sta $b991
jmp IDBootloader ; /src/id/inspect0

View File

@ -234,7 +234,7 @@ StringTable
; can be set directly before calling PrintByID.
;
.header
!text "Passport by 4am 2017-10-21",$00
!text "Passport by 4am 2017-10-25",$00
.mainmenu
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D
!text " "