]> git.sur5r.net Git - cc65/blobdiff - testcode/lib/atari5200/hello.c
atari5200: testcode/lib/atari5200/hello.c: adapt to changed COLOR_xxx defines
[cc65] / 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 };