mirror of
https://github.com/cc65/cc65.git
synced 2025-04-06 04:41:08 +00:00
atari5200: testcode/lib/atari5200/hello.c: adapt to changed COLOR_xxx defines
This commit is contained in:
parent
8590de5cf3
commit
34942a2da5
@ -22,7 +22,7 @@
|
||||
|
||||
|
||||
static const char Text [] = "Hello world!";
|
||||
static unsigned char colors[] = { COLOR_WHITE, COLOR_LIGHTGREEN, COLOR_LIGHTRED, COLOR_BLACK };
|
||||
static unsigned char colors[] = { COLOR_WHITE, COLOR_GREEN, COLOR_RED, COLOR_BLACK };
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user