mirror of
https://github.com/cc65/cc65.git
synced 2025-02-21 20:29:17 +00:00
Added a definition for the CBM610's first CIA chip.
This commit is contained in:
parent
6f6fd33cae
commit
33f05d1162
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user