|
|
| version 1.5, 2004/02/09 20:39:39 | version 1.8, 2004/02/26 08:44:32 |
|---|---|
| Line 31 typedef struct { | Line 31 typedef struct { |
| int palnum; | int palnum; |
| UINT8 degpal[4]; | UINT8 degpal[4]; |
| RGB32 anapal[16]; | RGB32 anapal[16]; |
| UINT32 dispclock; | UINT32 dispclock; |
| UINT32 vsyncclock; | UINT32 vsyncclock; |
| UINT32 rasterclock; | UINT32 rasterclock; |
| Line 73 extern "C" { | Line 72 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); |