]> git.sur5r.net Git - cc65/blob - include/_6545.h
This commit was generated by cvs2svn to compensate for changes in r2,
[cc65] / include / _6545.h
1 /*
2  * _6545.h
3  *
4  * Ullrich von Bassewitz, 22.09.1998
5  *
6  * Internal include file, do not use directly.
7  *
8  */
9
10
11
12 #ifndef __6545_H
13 #define __6545_H
14
15
16
17 /* Define a structure with the 6545 register offsets */
18 struct __6545 {
19     unsigned char       ctrl;           /* Control register */
20     unsigned char       data;           /* Data register */
21 };
22
23
24
25 /* End of _6545.h */
26 #endif
27
28
29