]> git.sur5r.net Git - cc65/blobdiff - libsrc/atari/ctype.s
no TGI_ERR_NO_MEM or TGI_ERR_NO_IOCB anymore: replaced by TGI_ERR_NO_RES
[cc65] / libsrc / atari / ctype.s
index 26658679eed7494dd2fe0148671e09f8c4245a54..8dbed27008ed0a8ae8c730af8eb83425689d4f91 100644 (file)
 
 .rodata
 
-; Value that must be added to an upper case char to make it lower case
-; char (example: for ASCII, this must be $E0).
-
-
-       .export         __cdiff
-
-__cdiff:
-       .byte   $E0
-
-
 ; The following 256 byte wide table specifies attributes for the isxxx type
 ; of functions. Doing it by a table means some overhead in space, but it
 ; has major advantages: