mirror of
https://github.com/a2-4am/passport.git
synced 2025-01-18 00:32:37 +00:00
fix notProDOS branch
This commit is contained in:
parent
f938ac1a45
commit
78a8a7e1e0
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user