]> git.sur5r.net Git - cc65/blobdiff - include/pet.h
Additional I/O chips added by Stefan Haubenthal
[cc65] / include / pet.h
index be1eb8b9e8aee9fd6be5490e038a9c648cc5cea8..79abbb82a50700611694f4461f30f4ddcf5b28ff 100644 (file)
@@ -6,10 +6,10 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 1998-2002 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       */
 
 
 
+/* Define hardware */
+#include <_pia.h>
+#define PIA1   (*(struct __pia*)0xE810)
+#define PIA2   (*(struct __pia*)0xE820)
+
+#include <_6522.h>
+#define VIA            (*(struct __6522*)0xE840)
+
+
+
 /* End of pet.h */
 #endif