From: Christian Groessler Date: Wed, 10 Apr 2019 20:22:16 +0000 (+0200) Subject: atari5200: testcode/lib/atari5200/hello.c: adapt to changed COLOR_xxx defines X-Git-Url: https://git.sur5r.net/?p=cc65;a=commitdiff_plain;h=34942a2da555ac1de9f8ab7410775b9984c1378c;ds=sidebyside atari5200: testcode/lib/atari5200/hello.c: adapt to changed COLOR_xxx defines --- diff --git a/testcode/lib/atari5200/hello.c b/testcode/lib/atari5200/hello.c index 830d03a91..e1a7a0137 100644 --- a/testcode/lib/atari5200/hello.c +++ b/testcode/lib/atari5200/hello.c @@ -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 };