--- np2/io/np2sysp.c 2007/01/08 08:52:21 1.22 +++ np2/io/np2sysp.c 2007/11/03 00:00:20 1.23 @@ -275,9 +275,11 @@ static REG8 IOINPCALL np2sysp_i0e9(UINT // ---- I/F -void np2sysp_reset(void) { +void np2sysp_reset(const NP2CFG *pConfig) { ZeroMemory(&np2sysp, sizeof(np2sysp)); + + (void)pConfig; } void np2sysp_bind(void) {