--- np2/io/gdc.h 2004/02/07 21:23:22 1.4 +++ np2/io/gdc.h 2004/02/26 08:44:32 1.8 @@ -31,7 +31,6 @@ typedef struct { int palnum; UINT8 degpal[4]; RGB32 anapal[16]; - UINT32 dispclock; UINT32 vsyncclock; UINT32 rasterclock; @@ -55,7 +54,6 @@ enum { GDCSCRN_ENABLE = 0x80, GDCSCRN_EXT = 0x40, - GDCSCRN_ATR = 0x10, GDCSCRN_ALLDRAW = 0x04, GDCSCRN_REDRAW = 0x01, GDCSCRN_ALLDRAW2 = 0x0c, @@ -74,8 +72,9 @@ extern "C" { void gdc_reset(void); void gdc_bind(void); +void gdc_vectreset(GDCDATA item); void gdc_work(int id); -void gdc_forceready(GDCDATA item); +void gdc_forceready(int id); void gdc_paletteinit(void); void gdc_setdegitalpal(int color, REG8 value);