atari.inc: add XDOS defines and remove trailing whitespace
This commit is contained in:
parent
b0e929420b
commit
03cb0bd2fd
1 changed files with 19 additions and 4 deletions
|
@ -1004,6 +1004,21 @@ MYDOS = 3
|
|||
XDOS = 4
|
||||
NODOS = 255
|
||||
|
||||
;-------------------------------------------------------------------------
|
||||
; XDOS defines (version 2.4, taken from xdos24.pdf)
|
||||
;-------------------------------------------------------------------------
|
||||
|
||||
XOPT = $70B ; XDOS options
|
||||
XCAR = $70C ; XDOS cartridge address (+ $70D)
|
||||
XPAT = $86F ; XDOS bugfix and patch number
|
||||
XVER = $870 ; XDOS version number
|
||||
XFILE = $87D ; XDOS filename buffer
|
||||
XLINE = $880 ; XDOS DUP input line
|
||||
XGLIN = $871 ; get line
|
||||
XSKIP = $874 ; skip parameter
|
||||
XMOVE = $877 ; move filename
|
||||
XGNUM = $87A ; get number
|
||||
|
||||
;-------------------------------------------------------------------------
|
||||
; End of atari.inc
|
||||
;-------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue