Added a definition for the CBM610's first CIA chip.

This commit is contained in:
Greg King 2018-02-10 16:14:53 -05:00
parent 6f6fd33cae
commit 33f05d1162
1 changed files with 2 additions and 1 deletions

View File

@ -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)