fix notProDOS branch

This commit is contained in:
4am 2021-07-09 20:03:51 -04:00
parent f938ac1a45
commit 78a8a7e1e0
2 changed files with 2 additions and 2 deletions

View File

@ -301,7 +301,6 @@ IDBootloader
sta gIsProDOS ; A = 0 (TRUE)
jsr IDVolumeName
; /!\ execution falls through here because Dinkey-DOS disks are also ProDOS
.notProDOS
;
; Dinkey-DOS (ProDOS file structure with DOS 3.3-ish RWTS in language card)
; detectable now because IDVolumeName just read the first sector of the
@ -316,6 +315,7 @@ IDBootloader
lda #TRUE
sta gIsDinkeyDOS
; /!\ execution falls through here to save bytes (no other IDs will match)
.notProDOS
.notDinkey
;
; Apple Pascal (all versions)

View File

@ -341,7 +341,7 @@ StringTableHigh
.passport
!text "Passport ",$00
.header
!text "@",s_passport,"by 4am@",s_space7,"@",s_space7," 2021-07-08",$00
!text "@",s_passport,"by 4am@",s_space7,"@",s_space7," 2021-07-09",$00
.bar9
!text "_________",$00
.bar18