--- np2/io/artic.c 2004/02/19 11:32:12 1.6 +++ np2/io/artic.c 2007/11/03 00:00:20 1.8 @@ -16,7 +16,7 @@ void artic_callback(void) { else { mul *= 16; } - leng = CPU_CLOCK + CPU_BASECLOCK + CPU_REMCLOCK; + leng = CPU_CLOCK + CPU_BASECLOCK - CPU_REMCLOCK; leng *= 2; leng -= artic.lastclk2; if (leng > 0) { @@ -38,7 +38,7 @@ static UINT32 artic_getcnt(void) { else { mul *= 16; } - leng = CPU_CLOCK + CPU_BASECLOCK + CPU_REMCLOCK; + leng = CPU_CLOCK + CPU_BASECLOCK - CPU_REMCLOCK; leng *= 2; leng -= artic.lastclk2; if (leng > 0) { @@ -79,9 +79,11 @@ static REG8 IOINPCALL artic_i5f(UINT por // ---- I/F -void artic_reset(void) { +void artic_reset(const NP2CFG *pConfig) { ZeroMemory(&artic, sizeof(artic)); + + (void)pConfig; } void artic_bind(void) {