mirror of
https://github.com/cc65/cc65.git
synced 2024-11-16 02:10:52 +00:00
Added TGI colors (simply based on the conio colors).
git-svn-id: svn://svn.cc65.org/cc65/trunk@4989 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
689bb3ab9c
commit
9a1f73e8f5
@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Color defines (default palette) */
|
/* Color defines */
|
||||||
#define COLOR_BLACK 0x00
|
#define COLOR_BLACK 0x00
|
||||||
#define COLOR_RED 0x01
|
#define COLOR_RED 0x01
|
||||||
#define COLOR_BLUE 0x02
|
#define COLOR_BLUE 0x02
|
||||||
@ -70,6 +70,25 @@
|
|||||||
#define COLOR_YELLOW 0x0E
|
#define COLOR_YELLOW 0x0E
|
||||||
#define COLOR_WHITE 0x0F
|
#define COLOR_WHITE 0x0F
|
||||||
|
|
||||||
|
/* TGI color defines (default palette) */
|
||||||
|
#define TGI_COLOR_BLACK COLOR_BLACK
|
||||||
|
#define TGI_COLOR_RED COLOR_RED
|
||||||
|
#define TGI_COLOR_BLUE COLOR_BLUE
|
||||||
|
#define TGI_COLOR_GREEN COLOR_GREEN
|
||||||
|
#define TGI_COLOR_VIOLET COLOR_VIOLET
|
||||||
|
#define TGI_COLOR_PURPLE COLOR_PURPLE
|
||||||
|
#define TGI_COLOR_CYAN COLOR_CYAN
|
||||||
|
#define TGI_COLOR_PEAGREEN COLOR_PEAGREEN
|
||||||
|
#define TGI_COLOR_GREY COLOR_GREY
|
||||||
|
#define TGI_COLOR_NAVYBLUE COLOR_NAVYBLUE
|
||||||
|
#define TGI_COLOR_LIGHTRED COLOR_LIGHTRED
|
||||||
|
#define TGI_COLOR_LIGHTBLUE COLOR_LIGHTBLUE
|
||||||
|
#define TGI_COLOR_LIGHTGREEN COLOR_LIGHTGREEN
|
||||||
|
#define TGI_COLOR_LIGHTPURPLE COLOR_LIGHTPURPLE
|
||||||
|
#define TGI_COLOR_LIGHTCYAN COLOR_LIGHTCYAN
|
||||||
|
#define TGI_COLOR_YELLOW COLOR_YELLOW
|
||||||
|
#define TGI_COLOR_WHITE COLOR_WHITE
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
|
Loading…
Reference in New Issue
Block a user