atari5200: testcode/lib/atari5200/hello.c: adapt to changed COLOR_xxx defines
This commit is contained in:
parent
8590de5cf3
commit
34942a2da5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue