From 33f05d1162d987b653ce03f0edf427c779ef1a53 Mon Sep 17 00:00:00 2001 From: Greg King Date: Sat, 10 Feb 2018 16:14:53 -0500 Subject: [PATCH] Added a definition for the CBM610's first CIA chip. --- include/cbm610.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)