From: cpg Date: Tue, 23 Nov 2004 21:43:53 +0000 (+0000) Subject: fix CH_VLINE definition (noticed by Fatih Aygün) X-Git-Tag: V2.12.0~538 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6db6a58225d96932ae64d31c2ae755ff32089d89;p=cc65 fix CH_VLINE definition (noticed by Fatih Aygün) git-svn-id: svn://svn.cc65.org/cc65/trunk@3297 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/include/atari.h b/include/atari.h index 22fc7075b..9d4bd0646 100644 --- a/include/atari.h +++ b/include/atari.h @@ -83,7 +83,7 @@ #define CH_RTEE 0x04 #define CH_CROSS 0x13 #define CH_HLINE 0x12 -#define CH_VLINE 0x16 +#define CH_VLINE 0x7C /* color defines */