--- np2/io/gdc.h 2004/03/22 05:38:47 1.13 +++ np2/io/gdc.h 2007/11/03 00:00:20 1.16 @@ -2,7 +2,7 @@ #define GDCCMD_MAX 32 typedef struct { - BYTE para[256]; + UINT8 para[256]; UINT16 fifo[GDCCMD_MAX]; UINT16 cnt; UINT8 ptr; @@ -37,6 +37,9 @@ typedef struct { UINT32 rasterclock; UINT32 hsyncclock; + UINT32 hclock; + UINT32 vclock; + #if defined(SUPPORT_PC9821) UINT8 anareg[16*3 + 256*4]; #endif @@ -84,7 +87,7 @@ enum { extern "C" { #endif -void gdc_reset(void); +void gdc_reset(const NP2CFG *pConfig); void gdc_bind(void); void gdc_vectreset(GDCDATA item);