|
|
| version 1.6, 2004/02/18 03:56:57 | version 1.8, 2004/02/20 15:20:30 |
|---|---|
| Line 15 typedef struct { | Line 15 typedef struct { |
| BYTE DM[2]; | BYTE DM[2]; |
| } GDCVECT; | } GDCVECT; |
| extern const UINT32 gdcplaneseg[4]; | |
| typedef void (*GDCSUBFN)(UINT32 csrw, const GDCVECT *vect, | typedef void (*GDCSUBFN)(UINT32 csrw, const GDCVECT *vect, |
| REG16 pat, REG8 ope); | REG16 pat, REG8 ope); |
| Line 33 REG8 gdcbitreverse(REG8 data); | Line 35 REG8 gdcbitreverse(REG8 data); |
| void gdcslavewait(NEVENTITEM item); | void gdcslavewait(NEVENTITEM item); |
| void gdcsub_init(void); | void gdcsub_initialize(void); |
| void gdcsub_vect0(UINT32 csrw, const GDCVECT *vect, REG16 pat, REG8 ope); | void gdcsub_vect0(UINT32 csrw, const GDCVECT *vect, REG16 pat, REG8 ope); |
| void gdcsub_vectl(UINT32 csrw, const GDCVECT *vect, REG16 pat, REG8 ope); | void gdcsub_vectl(UINT32 csrw, const GDCVECT *vect, REG16 pat, REG8 ope); |
| void gdcsub_vectt(UINT32 csrw, const GDCVECT *vect, REG16 pat, REG8 ope); | void gdcsub_vectt(UINT32 csrw, const GDCVECT *vect, REG16 pat, REG8 ope); |