]> git.sur5r.net Git - cc65/blobdiff - include/nes.h
Fixed a bug in the last change
[cc65] / include / nes.h
index 8bc6f1f6c07d790708e86021b91d220560a19027..7a2f3e176fca1a4771afc3f82a9334b93463d4a7 100644 (file)
 #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 */