]> git.sur5r.net Git - cc65/blobdiff - include/atmos.h
Add ORIC Atmos support
[cc65] / include / atmos.h
index c7a5e82d161a481c44c665cdffc3c69fe4d5cc80..489268e706cd92bbc6192699f07cdd19a5150adc 100644 (file)
@@ -6,7 +6,11 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 2002  Debrune Jérome, <jede@oric.org>                                */
+/* (C) 2002      Debrune Jérome, <jede@oric.org>                            */
+/* (C) 2003      Ullrich von Bassewitz                                       */
+/*               Roemerstrasse 52                                            */
+/*               D-70794 Filderstadt                                         */
+/* EMail:        uz@cc65.org                                                 */
 /*                                                                           */
 /*                                                                           */
 /* This software is provided 'as-is', without any expressed or implied       */
 #define COLOR_CYAN     0x06
 #define COLOR_WHITE    0x07
 
+/* Character codes */
+#define CH_ULCORNER    '+'
+#define CH_URCORNER    '+'
+#define CH_LLCORNER    '+'
+#define CH_LRCORNER    '+'
+#define CH_TTEE        '+'
+#define CH_BTEE        '+'
+#define CH_LTEE        '+'
+#define CH_RTEE        '+'
+#define CH_CROSS       '+'
+
+
+
 
 
 /* End of atmos.h */