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:
@@ -45,7 +45,7 @@ static char GetKeyUpdate (void);
|
|||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
|
|
||||||
/* Color definitions */
|
/* Color definitions */
|
||||||
#ifdef __PLUS4__
|
#if defined(__PLUS4__) || defined(__C16__)
|
||||||
# define COLOR_BORDER (BCOLOR_DARKBLUE | CATTR_LUMA6)
|
# define COLOR_BORDER (BCOLOR_DARKBLUE | CATTR_LUMA6)
|
||||||
# define COLOR_BACKGROUND COLOR_WHITE
|
# define COLOR_BACKGROUND COLOR_WHITE
|
||||||
# define COLOR_TEXTHIGH COLOR_BLACK
|
# define COLOR_TEXTHIGH COLOR_BLACK
|
||||||
|
|||||||
Reference in New Issue
Block a user