1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-15 17:30:06 +00:00

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

View File

@ -85,7 +85,8 @@
#define SID (*(struct __sid*)0xDA00) #define SID (*(struct __sid*)0xDA00)
#include <_6526.h> #include <_6526.h>
#define CIA (*(struct __6526*)0xDC00) #define CIA1 (*(struct __6526*)0xDB00)
#define CIA2 (*(struct __6526*)0xDC00)
#include <_6551.h> #include <_6551.h>
#define ACIA (*(struct __6551*)0xDD00) #define ACIA (*(struct __6551*)0xDD00)