diff options
Diffstat (limited to '68020/include/dac.h')
-rw-r--r-- | 68020/include/dac.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/68020/include/dac.h b/68020/include/dac.h new file mode 100644 index 000000000..8921e39fb --- /dev/null +++ b/68020/include/dac.h @@ -0,0 +1,14 @@ +/* + * Inmos G17x d/a converter + */ + +typedef +struct G170 +{ + uchar waddr; + uchar value; + uchar mask; + uchar raddr; +} G170; + +#define DAC ((G170*)0xc0100000) |