mirror of
https://github.com/Spritetm/minimacplus.git
synced 2024-12-28 02:32:11 +00:00
12 lines
272 B
C
12 lines
272 B
C
|
|
#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);
|
|
void sccInit();
|
|
void sccTick(int cycles);
|
|
void sccRecv(int chan, uint8_t *data, int len, int delay);
|
|
|