]> git.sur5r.net Git - cc65/commitdiff
atari5200: testcode/lib/atari5200/hello.c: adapt to changed COLOR_xxx defines
authorChristian Groessler <chris@groessler.org>
Wed, 10 Apr 2019 20:22:16 +0000 (22:22 +0200)
committerOliver Schmidt <ol.sc@web.de>
Fri, 12 Apr 2019 10:49:38 +0000 (12:49 +0200)
testcode/lib/atari5200/hello.c

index 830d03a9152e79a31f7430776d50a5e1e9c49b6c..e1a7a0137d48b4f29ea818238852191149c02b0a 100644 (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 };