X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libsrc%2Fatari%2Foserror.s;h=659cb1ed04008b9248fee51fcd2d099fd612898b;hb=0a6412b1471932a7ed416ae957210b1e3e9bd0a5;hp=ccb01a4d66079d6726cc75bf415999cab425eb31;hpb=28f92b50a928ff07f8c7c1d6461fd4f30a96e586;p=cc65 diff --git a/libsrc/atari/oserror.s b/libsrc/atari/oserror.s index ccb01a4d6..659cb1ed0 100644 --- a/libsrc/atari/oserror.s +++ b/libsrc/atari/oserror.s @@ -58,7 +58,7 @@ maptable: .byte ENOMEM ;SCRMEM = 147 ;($93) insufficient memory for screen mode ; codes below taken from "Mein Atari Computer" (german version of "Your Atari Computer") ; also SpartaDOS codes from http://www.atari-central.com/programming/cio_errors.txt -; MyDOS codes from Stefan Haubenthal +; MyDOS and XDOS codes from Stefan Haubenthal .byte EUNKNOWN ; 148 - [SpartaDOS] unrecognized disk format .byte EUNKNOWN ; 149 - [SpartaDOS] disk created by incompatible version of SD .byte EBUSY ; 150 - serial port already open @@ -97,7 +97,8 @@ maptable: .byte EUNKNOWN ; 179 - haven't found documentation .byte EUNKNOWN ; 180 - not a binary file .byte EUNKNOWN ; 181 - [MYDOS] invalid address range + .byte EUNKNOWN ; 182 - [XDOS] invalid parameter - .byte EINVAL ; 182 - dummy (used by cc65 rtl, see sysremove.s) + .byte EINVAL ; 183 - dummy (used by cc65 rtl, see sysremove.s) MAX_OSERR_VAL = (* - maptable)