]> git.sur5r.net Git - cc65/blobdiff - include/atari5200.h
atari5200: conio now uses just four colors altogether
[cc65] / include / atari5200.h
index 10cd32fe979e65a950b652070d6af1da5e93fc1a..d6c2561b25520292461ac053f91c9ff5584454cc 100644 (file)
@@ -77,6 +77,12 @@ extern void atr5200std_joy[];        /* referred to by joy_static_stddrv[] */
 #include <_antic.h>
 #define ANTIC (*(struct __antic*)0xD400)
 
+/* conio color defines */
+#define COLOR_WHITE 0x00
+#define COLOR_RED   0x01
+#define COLOR_GREEN 0x02
+#define COLOR_BLACK 0x03
+
 /* The following #define will cause the matching function calls in conio.h
 ** to be overlaid by macros with the same names, saving the function call
 ** overhead.