|
|
| version 1.4, 2004/02/07 21:23:22 | version 1.7, 2004/02/21 00:25:33 |
|---|---|
| Line 55 enum { | Line 55 enum { |
| GDCSCRN_ENABLE = 0x80, | GDCSCRN_ENABLE = 0x80, |
| GDCSCRN_EXT = 0x40, | GDCSCRN_EXT = 0x40, |
| GDCSCRN_ATR = 0x10, | |
| GDCSCRN_ALLDRAW = 0x04, | GDCSCRN_ALLDRAW = 0x04, |
| GDCSCRN_REDRAW = 0x01, | GDCSCRN_REDRAW = 0x01, |
| GDCSCRN_ALLDRAW2 = 0x0c, | GDCSCRN_ALLDRAW2 = 0x0c, |
| Line 74 extern "C" { | Line 73 extern "C" { |
| void gdc_reset(void); | void gdc_reset(void); |
| void gdc_bind(void); | void gdc_bind(void); |
| void gdc_vectreset(GDCDATA item); | |
| void gdc_work(int id); | void gdc_work(int id); |
| void gdc_forceready(GDCDATA item); | void gdc_forceready(int id); |
| void gdc_paletteinit(void); | void gdc_paletteinit(void); |
| void gdc_setdegitalpal(int color, REG8 value); | void gdc_setdegitalpal(int color, REG8 value); |