]> git.sur5r.net Git - cc65/blobdiff - include/vic20.h
Additional I/O chips added by Stefan Haubenthal
[cc65] / include / vic20.h
index 0c4da418ecd36f390b4e7eb6076a0ef155a80798..904278b4f2b319dca329b4d86f9160dbd03b3fed 100644 (file)
@@ -6,10 +6,10 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 1998-2001 Ullrich von Bassewitz                                       */
-/*               Wacholderweg 14                                             */
-/*               D-70597 Stuttgart                                           */
-/* EMail:        uz@musoftware.de                                            */
+/* (C) 1998-2004 Ullrich von Bassewitz                                       */
+/*               Römerstraße 52                                              */
+/*               D-70794 Filderstadt                                         */
+/* EMail:        uz@cc65.org                                                 */
 /*                                                                           */
 /*                                                                           */
 /* This software is provided 'as-is', without any expressed or implied       */
 #include <_vic.h>
 #define VIC            (*(struct __vic*)0x9000)
 
+#include <_6522.h>
+#define VIA1           (*(struct __6522*)0x9110)
+#define VIA2   (*(struct __6522*)0x9120)
+
 
 
 /* Define special memory areas */