]> git.sur5r.net Git - cc65/commitdiff
Implement macros that shortcut color function calls.
authorStephan Mühlstrasser <stephan.muehlstrasser@web.de>
Tue, 18 Nov 2014 22:05:50 +0000 (23:05 +0100)
committerStephan Mühlstrasser <stephan.muehlstrasser@web.de>
Tue, 18 Nov 2014 22:05:50 +0000 (23:05 +0100)
include/c1p.h

index cea31b0f35e536a21923c14ee1ad817137c320d9..5789d7156ea80675808a8cc89b40298eefa5f23f 100644 (file)
 #  error "This module may only be used when compiling for the Challenger 1P!"\r
 #endif\r
 \r
-/* empty for now */\r
+/* The following #defines will cause the matching functions calls in conio.h\r
+** to be overlaid by macros with the same names, saving the function call\r
+** overhead.\r
+*/\r
+#define _textcolor(color)       COLOR_WHITE\r
+#define _bgcolor(color)         COLOR_BLACK\r
+#define _bordercolor(color)     COLOR_BLACK\r
 \r
 #endif\r