ref: 650e5db5a2df96e8dc7a267e6831dbcce1bce9dc 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)