mirror of
https://github.com/cc65/cc65.git
synced 2026-04-25 22:18:27 +00:00
Have __PLUS4__ imply __C16__.
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ static char GetKeyUpdate (void);
|
||||
|
||||
|
||||
/* Color definitions */
|
||||
#if defined(__PLUS4__) || defined(__C16__)
|
||||
#if defined(__C16__)
|
||||
# define COLOR_BORDER (BCOLOR_DARKBLUE | CATTR_LUMA6)
|
||||
# define COLOR_BACKGROUND COLOR_WHITE
|
||||
# define COLOR_TEXTHIGH COLOR_BLACK
|
||||
|
||||
Reference in New Issue
Block a user