]> git.sur5r.net Git - cc65/blobdiff - include/cbm610.h
Added C64 Turbo Master accelerator code and documentation.
[cc65] / include / cbm610.h
index 79d498431cb06f2b88e1820957b19be79c1f130e..de7aa50f84c646b8e53b028ae6df0d248628a2c1 100644 (file)
@@ -85,7 +85,8 @@
 #define SID     (*(struct __sid*)0xDA00)
 
 #include <_6526.h>
-#define CIA     (*(struct __6526*)0xDC00)
+#define CIA1    (*(struct __6526*)0xDB00)
+#define CIA2    (*(struct __6526*)0xDC00)
 
 #include <_6551.h>
 #define ACIA    (*(struct __6551*)0xDD00)
@@ -144,11 +145,9 @@ void __fastcall__ pokewsys (unsigned addr, unsigned val);
 #define _textcolor(color)       COLOR_WHITE
 #define _bgcolor(color)         COLOR_BLACK
 #define _bordercolor(color)     COLOR_BLACK
+#define _cpeekcolor(color)      COLOR_WHITE
 
 
 
 /* End of cbm610.h */
 #endif
-
-
-