minimacplus/components/tme/scc.h

9 lines
171 B
C
Raw Normal View History

2017-03-24 10:44:04 +00:00
#define SCC_CHANA 0
#define SCC_CHANB 1
void sccWrite(unsigned int addr, unsigned int val);
unsigned int sccRead(unsigned int addr);
void sccSetDcd(int chan, int val);