Added a definition for the CBM610's first CIA chip.
This commit is contained in:
parent
6f6fd33cae
commit
33f05d1162
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue