mirror of
https://github.com/cc65/cc65.git
synced 2024-12-26 08:32:00 +00:00
Removed TGI black/white defines as those are to be considered as target specific.
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
This commit is contained in:
parent
5a2a8a030f
commit
689bb3ab9c
@ -53,10 +53,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Color constants */
|
|
||||||
#define TGI_COLOR_BLACK 0
|
|
||||||
#define TGI_COLOR_WHITE 1
|
|
||||||
|
|
||||||
/* Font constants for use with tgi_textstyle */
|
/* Font constants for use with tgi_textstyle */
|
||||||
#define TGI_FONT_BITMAP 0
|
#define TGI_FONT_BITMAP 0
|
||||||
#define TGI_FONT_VECTOR 1
|
#define TGI_FONT_VECTOR 1
|
||||||
|
Loading…
Reference in New Issue
Block a user