]> git.sur5r.net Git - cc65/commitdiff
fix CH_CROSS definition
authorcpg <cpg@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 14 Aug 2003 14:15:41 +0000 (14:15 +0000)
committercpg <cpg@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 14 Aug 2003 14:15:41 +0000 (14:15 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2313 b7a2c559-68d2-44c3-8de9-860c34a00d81

include/atari.h

index b365033b881e406e43c51487503fdee6a681fa13..05198684ea15d4b9c68ac774e9dacf820e899f5f 100644 (file)
@@ -81,7 +81,7 @@
 #define CH_BTEE        0x18
 #define CH_LTEE        0x01
 #define CH_RTEE        0x04
-#define CH_CROSS       0x19
+#define CH_CROSS       0x13
 #define CH_HLINE        0x12
 #define CH_VLINE        0x16
 
 #define HUE_GREEN       12
 #define HUE_YELLOWGREEN 13
 #define HUE_YELLOW      14
-#define HUE_YELLOWRED   15                                       
+#define HUE_YELLOWRED   15
 
 /* Color defines, similar to c64 colors (untested) */
 /* Note that the conio color implementation is monochrome (bgcolor and textcolor are only placeholders) */