added more error codes
(from http://www.atari-central.com/programming/cio_errors.txt) git-svn-id: svn://svn.cc65.org/cc65/trunk@598 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -118,6 +118,29 @@ BADMOD = 145 ;($91) bad screen mode number error
|
||||
FNCNOT = 146 ;($92) function not implemented in handler
|
||||
SCRMEM = 147 ;($93) insufficient memory for screen mode
|
||||
|
||||
DSKFMT = 148 ;($94) SpartaDOS: urecognized disk format
|
||||
INCVER = 149 ;($95) SpartaDOS: disk was made with incompat. version
|
||||
DIRNFD = 150 ;($96) SpartaDOS: directory not found
|
||||
FEXIST = 151 ;($97) SpartaDOS: file exists
|
||||
NOTBIN = 152 ;($98) SpartaDOS: file not binary
|
||||
LSYMND = 154 ;($9A) SDX: loader symbol not defined
|
||||
BADPRM = 156 ;($9C) SDX: bad parameter
|
||||
OUTOFM = 158 ;($9E) SDX: out of memory
|
||||
INVDEV = 160 ;($A0) invalid device number
|
||||
TMOF = 161 ;($A1) too many open files
|
||||
DSKFLL = 162 ;($A2) disk full
|
||||
FATLIO = 163 ;($A3) fatal I/O error
|
||||
FNMSMT = 164 ;($A4) internal file number mismatch
|
||||
INVFNM = 165 ;($A5) invalid file name
|
||||
PDLERR = 166 ;($A6) point data length error
|
||||
EPERM = 167 ;($A7) permission denied
|
||||
DINVCM = 168 ;($A8) command invalid for disk
|
||||
DIRFLL = 169 ;($A9) directory full
|
||||
FNTFND = 170 ;($AA) file not found
|
||||
PNTINV = 171 ;($AB) point invalid
|
||||
BADDSK = 173 ;($AD) bad disk
|
||||
INCFMT = 176 ;($B0) DOS 3: incompatible file system
|
||||
|
||||
; DCB Device Bus Equates
|
||||
|
||||
DISKID = $31 ;##rev2## disk bus ID
|
||||
|
||||
Reference in New Issue
Block a user