]> git.sur5r.net Git - cc65/commitdiff
Removed TGI black/white defines as those are to be considered as target specific.
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 20 Apr 2011 12:23:27 +0000 (12:23 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 20 Apr 2011 12:23:27 +0000 (12:23 +0000)
TODO: Remove them from .inc file too - bit only after the tgi kernel has be adjusted.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4988 b7a2c559-68d2-44c3-8de9-860c34a00d81

include/tgi.h

index 19630d0d94e6760f6b433158e541a98837443d62..19bd782de570f3f57513f09df44508c239d1334f 100644 (file)
 
 
 
-/* Color constants */
-#define TGI_COLOR_BLACK         0
-#define TGI_COLOR_WHITE         1
-
 /* Font constants for use with tgi_textstyle */
 #define TGI_FONT_BITMAP         0
 #define TGI_FONT_VECTOR         1