mirror of
https://github.com/cc65/cc65.git
synced 2025-02-03 07:30:52 +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:
parent
6eabc2813a
commit
81827cbb45
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user