atari5200: testcode/lib/atari5200/hello.c: adapt to changed COLOR_xxx defines
This commit is contained in:
committed by
Oliver Schmidt
parent
8590de5cf3
commit
34942a2da5
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
|
|
||||||
static const char Text [] = "Hello world!";
|
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 };
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user