|
|
| version 1.6, 2004/02/19 06:10:13 | 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 75 void gdc_bind(void); | Line 74 void gdc_bind(void); |
| void gdc_vectreset(GDCDATA item); | 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); |