]> git.sur5r.net Git - cc65/blobdiff - include/atari.h
Fixed _textcolor definition.
[cc65] / include / atari.h
index 4fc027d20fcf1a736e2d4f0c6968b62d259d4c59..582e23be65b6274d7d4a972b3f6263d4dc2b2710 100644 (file)
@@ -540,7 +540,7 @@ extern void atrx15p2_tgi[];
 ** to be overlaid by macros with the same names, saving the function call
 ** overhead.
 */
-#define _textcolor(color)        1
+#define _textcolor(color)        COLOR_WHITE
 
 /* End of atari.h */
 #endif