1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-02 04:41:35 +00:00

Small changes for new C16 target

git-svn-id: svn://svn.cc65.org/cc65/trunk@1592 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2002-11-22 23:39:44 +00:00
parent 6eabc2813a
commit 81827cbb45

View File

@ -45,7 +45,7 @@ static char GetKeyUpdate (void);
/*****************************************************************************/
/* Color definitions */
#ifdef __PLUS4__
#if defined(__PLUS4__) || defined(__C16__)
# define COLOR_BORDER (BCOLOR_DARKBLUE | CATTR_LUMA6)
# define COLOR_BACKGROUND COLOR_WHITE
# define COLOR_TEXTHIGH COLOR_BLACK