1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

atari5200: testcode/lib/atari5200/hello.c: adapt to changed COLOR_xxx defines

This commit is contained in:
Christian Groessler 2019-04-10 22:22:16 +02:00 committed by Oliver Schmidt
parent 8590de5cf3
commit 34942a2da5

View File

@ -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 };