From: Greg King Date: Sat, 10 Feb 2018 21:14:53 +0000 (-0500) Subject: Added a definition for the CBM610's first CIA chip. X-Git-Tag: V2.17~19 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=33f05d1162d987b653ce03f0edf427c779ef1a53;p=cc65 Added a definition for the CBM610's first CIA chip. --- diff --git a/include/cbm610.h b/include/cbm610.h index b0486044b..de7aa50f8 100644 --- a/include/cbm610.h +++ b/include/cbm610.h @@ -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)