Atari: Add detection of RealDOS (http://www.realdos.net/realdos.html).

This commit is contained in:
Christian Groessler
2018-09-06 01:10:47 +02:00
committed by Oliver Schmidt
parent af50b5e516
commit e9b8f5d814
3 changed files with 13 additions and 18 deletions

View File

@@ -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)