From: cuz Date: Mon, 31 May 2004 19:31:53 +0000 (+0000) Subject: Small addition by Stefan Haubenthal X-Git-Tag: V2.12.0~771 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=df4289cd34bcfe5cea03238f248120daeb317f89;p=cc65 Small addition by Stefan Haubenthal git-svn-id: svn://svn.cc65.org/cc65/trunk@3060 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/include/nes.h b/include/nes.h index 8bc6f1f6c..7a2f3e176 100644 --- a/include/nes.h +++ b/include/nes.h @@ -54,11 +54,15 @@ #define CH_CROSS 0x10 #define CH_RTEE 0x17 #define CH_LTEE 0x0f -#define CH_ULCORNER 0x10 -#define CH_URCORNER 0x10 -#define CH_LLCORNER 0x10 -#define CH_LRCORNER 0x10 - +#define CH_TTEE 0x16 +#define CH_BTEE 0x15 +#define CH_HLINE 0x0b +#define CH_VLINE 0x0e +#define CH_ULCORNER 0x14 +#define CH_URCORNER 0x12 +#define CH_LLCORNER 0x11 +#define CH_LRCORNER 0x08 +#define CH_PI 0x05 /* Color defines */