]> git.sur5r.net Git - cc65/blobdiff - include/c128.h
Added _ted.h header file and TED definition
[cc65] / include / c128.h
index 746215a480b2dfd1e75d3b592d0a0fa790515954..59cd8f2e5c4f4ef992e8eef2c81d8697a935339f 100644 (file)
@@ -6,10 +6,10 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 1998-2002 Ullrich von Bassewitz                                       */
-/*               Wacholderweg 14                                             */
-/*               D-70597 Stuttgart                                           */
-/* EMail:        uz@musoftware.de                                            */
+/* (C) 1998-2003 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       */
@@ -84,6 +84,9 @@
 #include <_sid.h>
 #define        SID     (*(struct __sid*)0xD400)
 
+#include <_vdc.h>
+#define VDC     (*(struct __vdc*)0xD600)
+
 #include <_6526.h>
 #define CIA1   (*(struct __6526*)0xDC00)
 #define CIA2   (*(struct __6526*)0xDD00)