Atari: Add detection of RealDOS (http://www.realdos.net/realdos.html).
This commit is contained in:
committed by
Oliver Schmidt
parent
af50b5e516
commit
e9b8f5d814
@@ -1005,12 +1005,13 @@ diopp_size = 5 ; size of structure
|
||||
SPARTADOS = 0
|
||||
OSADOS = 1 ; OS/A+
|
||||
XDOS = 2
|
||||
ATARIDOS = 3
|
||||
MYDOS = 4
|
||||
REALDOS = 3
|
||||
ATARIDOS = 4
|
||||
MYDOS = 5
|
||||
NODOS = 255
|
||||
; The DOSes with dos_type below or equal MAX_DOS_WITH_CMDLINE do support
|
||||
; command line arguments.
|
||||
MAX_DOS_WITH_CMDLINE = XDOS
|
||||
MAX_DOS_WITH_CMDLINE = REALDOS
|
||||
|
||||
;-------------------------------------------------------------------------
|
||||
; XDOS defines (version 2.4, taken from xdos24.pdf)
|
||||
|
||||
Reference in New Issue
Block a user