]> git.sur5r.net Git - cc65/blobdiff - include/atari.h
atari: split color.s into bordercolor.s and bgcolor.s
[cc65] / include / atari.h
index a0d4a3d2725730867a9df8b7c1db3ef31e3ec331..899a6ac51ca6cdd556dae2d52afa5036fe6bd38b 100644 (file)
@@ -491,5 +491,11 @@ extern void atrx15p2_tgi[];
 #define PxCTL_IRQ_STATUS         0x80
 
 
+/* The following #defines will cause the matching functions calls in conio.h
+** to be overlaid by macros with the same names, saving the function call
+** overhead.
+*/
+#define _textcolor(color)        1
+
 /* End of atari.h */
 #endif