|
|
| version 1.1.1.1, 2003/10/16 17:57:54 | version 1.2, 2004/02/09 20:39:39 |
|---|---|
| Line 26 extern "C" { | Line 26 extern "C" { |
| void gdcslavewait(NEVENTITEM item); | void gdcslavewait(NEVENTITEM item); |
| void gdcsub_init(void); | void gdcsub_init(void); |
| void gdcsub_line(UINT32 csrw, const GDCVECT *vect, UINT16 pat, BYTE ope); | void gdcsub_null(UINT32 csrw, const GDCVECT *vect, REG16 pat, REG8 ope); |
| void gdcsub_box(UINT32 csrw, const GDCVECT *vect, UINT16 pat, BYTE ope); | void gdcsub_line(UINT32 csrw, const GDCVECT *vect, REG16 pat, REG8 ope); |
| void gdcsub_circle(UINT32 csrw, const GDCVECT *vect, UINT16 pat, BYTE ope); | void gdcsub_box(UINT32 csrw, const GDCVECT *vect, REG16 pat, REG8 ope); |
| void gdcsub_text(UINT32 csrw, const GDCVECT *vect, UINT16 pat, BYTE ope); | void gdcsub_circle(UINT32 csrw, const GDCVECT *vect, REG16 pat, REG8 ope); |
| void gdcsub_text(UINT32 csrw, const GDCVECT *vect, const BYTE *pat, REG8 ope); | |
| void gdcsub_write(void); | void gdcsub_write(void); |
| #ifdef __cplusplus | #ifdef __cplusplus |