mirror of
https://github.com/a2-4am/passport.git
synced 2025-02-27 23:29:56 +00:00
re-enable Pascal, Datasoft, RDOS, etc.
This commit is contained in:
parent
8740b3447c
commit
22b2c8a867
@ -215,18 +215,16 @@ IDBootloader
|
|||||||
lda #TRUE
|
lda #TRUE
|
||||||
sta gIsProDOS
|
sta gIsProDOS
|
||||||
jsr IDVolumeName
|
jsr IDVolumeName
|
||||||
bcc +
|
bcs .useuniv
|
||||||
jmp UseUniversal
|
|
||||||
+
|
|
||||||
;
|
;
|
||||||
; Dinkey-DOS (ProDOS file structure with DOS 3.3-ish RWTS in language card)
|
; 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
|
; detectable now because IDVolumeName just read the first sector of the
|
||||||
; volume directory into memory so we can look for a unique filename
|
; volume directory into memory so we can look for a unique filename
|
||||||
;
|
;
|
||||||
jsr IDDinkeyDOS
|
jsr IDDinkeyDOS
|
||||||
bcc +
|
bcs .useuniv
|
||||||
jmp UseUniversal
|
lda #s_dinkeydos
|
||||||
+ lda #s_dinkeydos
|
|
||||||
jsr PrintByID
|
jsr PrintByID
|
||||||
lda #TRUE
|
lda #TRUE
|
||||||
sta gIsDinkeyDOS
|
sta gIsDinkeyDOS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user