--- np2/io/gdc.h 2004/02/07 21:23:22 1.4 +++ np2/io/gdc.h 2004/02/19 06:10:13 1.6 @@ -55,7 +55,6 @@ enum { GDCSCRN_ENABLE = 0x80, GDCSCRN_EXT = 0x40, - GDCSCRN_ATR = 0x10, GDCSCRN_ALLDRAW = 0x04, GDCSCRN_REDRAW = 0x01, GDCSCRN_ALLDRAW2 = 0x0c, @@ -74,6 +73,7 @@ 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_paletteinit(void);