From: cpg Date: Thu, 14 Aug 2003 14:15:41 +0000 (+0000) Subject: fix CH_CROSS definition X-Git-Tag: V2.12.0~1421 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=73ab1ef8a96ee588f97e81fafd18835d35a073d2;p=cc65 fix CH_CROSS definition git-svn-id: svn://svn.cc65.org/cc65/trunk@2313 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/include/atari.h b/include/atari.h index b365033b8..05198684e 100644 --- a/include/atari.h +++ b/include/atari.h @@ -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 @@ -108,7 +108,7 @@ #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) */