From: cuz Date: Sun, 14 Dec 2003 22:03:08 +0000 (+0000) Subject: Add VDC definition X-Git-Tag: V2.12.0~1046 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=be3ebfd08c606c47f438c7ec56c4993e74ef0c40;p=cc65 Add VDC definition git-svn-id: svn://svn.cc65.org/cc65/trunk@2760 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/include/c128.h b/include/c128.h index 746215a48..59cd8f2e5 100644 --- a/include/c128.h +++ b/include/c128.h @@ -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)