mirror of
https://github.com/a2-4am/passport.git
synced 2025-02-09 09:31:25 +00:00
print more specific message if we trace a DOS 3.2 RWTS but then can't read T22S0C
This commit is contained in:
parent
fe5252f2fe
commit
74185f274f
@ -547,7 +547,11 @@ FatalError
|
|||||||
lda gSector
|
lda gSector
|
||||||
cmp #$0F
|
cmp #$0F
|
||||||
beq .failont22s0f
|
beq .failont22s0f
|
||||||
jmp TheEnd
|
ldx gIsDOS32
|
||||||
|
bne +
|
||||||
|
cmp #$0C
|
||||||
|
beq .failont22s0f
|
||||||
|
+ jmp TheEnd
|
||||||
.failont22s0f
|
.failont22s0f
|
||||||
lda #s_fatal220f
|
lda #s_fatal220f
|
||||||
jsr PrintByID
|
jsr PrintByID
|
||||||
|
@ -309,13 +309,13 @@ StringTable
|
|||||||
!text "Possible reasons:",$8D
|
!text "Possible reasons:",$8D
|
||||||
!text "- There is no disk in S6,D1.",$8D
|
!text "- There is no disk in S6,D1.",$8D
|
||||||
!text "- It is not an Apple ][ disk.",$8D
|
!text "- It is not an Apple ][ disk.",$8D
|
||||||
!text "- The disk is DOS 3.2-only.",$8D
|
!text "- The disk is 13-sector only.",$8D
|
||||||
!text "- The disk is unformatted.",$8D,$00
|
!text "- The disk is unformatted.",$8D,$00
|
||||||
.fatal220f
|
.fatal220f
|
||||||
!byte $8D
|
!byte $8D
|
||||||
!text "Passport does not work on this disk.",$8D,$8D
|
!text "Passport does not work on this disk.",$8D,$8D
|
||||||
!text "Possible reasons:",$8D
|
!text "Possible reasons:",$8D
|
||||||
!text "- This is not a 16-sector disk.",$8D
|
!text "- This is not a 13- or 16-sector disk.",$8D
|
||||||
!text "- The disk modifies its RWTS in ways",$8D
|
!text "- The disk modifies its RWTS in ways",$8D
|
||||||
!text " that Passport is not able to detect.",$8D,$00
|
!text " that Passport is not able to detect.",$8D,$00
|
||||||
.done
|
.done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user