ref: 2a03ed80e4fc52c327e47e1749c97b4e2c1aa1d8 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)