1
0
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:
Oliver Schmidt
2013-06-27 23:09:54 +02:00
parent 460cea425f
commit 3af758ced5
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -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