mirror of
https://github.com/a2-4am/passport.git
synced 2025-01-26 23:30:47 +00:00
re-enable Pascal, Datasoft, RDOS, etc.
This commit is contained in:
parent
8740b3447c
commit
22b2c8a867
@ -215,18 +215,16 @@ IDBootloader
|
||||
lda #TRUE
|
||||
sta gIsProDOS
|
||||
jsr IDVolumeName
|
||||
bcc +
|
||||
jmp UseUniversal
|
||||
+
|
||||
bcs .useuniv
|
||||
|
||||
;
|
||||
; 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
|
||||
; volume directory into memory so we can look for a unique filename
|
||||
;
|
||||
jsr IDDinkeyDOS
|
||||
bcc +
|
||||
jmp UseUniversal
|
||||
+ lda #s_dinkeydos
|
||||
bcs .useuniv
|
||||
lda #s_dinkeydos
|
||||
jsr PrintByID
|
||||
lda #TRUE
|
||||
sta gIsDinkeyDOS
|
||||
|
Loading…
x
Reference in New Issue
Block a user