]> git.sur5r.net Git - cc65/blobdiff - include/cbm264.h
Started to explain scopes
[cc65] / include / cbm264.h
index a9125d5d536e276154658b641fb7813d8cae9266..8932b66cafc7741ac6a8c221b0b0b917bd449a82 100644 (file)
@@ -46,7 +46,6 @@
 
 
 /* Additional key defines */
-#define CH_ESC                  27
 #define CH_F1                          133
 #define CH_F2                          137
 #define CH_F3                          134
@@ -75,6 +74,7 @@
 #define BCOLOR_RED             0x02
 #define BCOLOR_CYAN                    0x03
 #define BCOLOR_VIOLET          0x04
+#define BCOLOR_PURPLE           BCOLOR_VIOLET
 #define BCOLOR_GREEN           0x05
 #define BCOLOR_BLUE            0x06
 #define BCOLOR_YELLOW          0x07
@@ -95,6 +95,7 @@
 #define COLOR_RED              (BCOLOR_RED | CATTR_LUMA4)
 #define COLOR_CYAN             (BCOLOR_CYAN | CATTR_LUMA7)
 #define COLOR_VIOLET           (BCOLOR_VIOLET | CATTR_LUMA7)
+#define COLOR_PURPLE            COLOR_VIOLET
 #define COLOR_GREEN            (BCOLOR_GREEN | CATTR_LUMA7)
 #define COLOR_BLUE             (BCOLOR_BLUE | CATTR_LUMA7)
 #define COLOR_YELLOW           (BCOLOR_YELLOW | CATTR_LUMA7)