ref: 9fda8c6d9d2723116d9ecfc8f62d3ae2ac1308ea dir: /68020/include/dac.h/
/* * Inmos G17x d/a converter */ typedef struct G170 { uchar waddr; uchar value; uchar mask; uchar raddr; } G170; #define DAC ((G170*)0xc0100000)