--- np2/io/upd4990.c 2004/02/13 14:52:21 1.4 +++ np2/io/upd4990.c 2007/11/03 00:00:20 1.5 @@ -95,9 +95,11 @@ static void IOOUTCALL upd4990_o20(UINT p static const IOOUT updo20[1] = {upd4990_o20}; -void uPD4990_reset(void) { +void uPD4990_reset(const NP2CFG *pConfig) { ZeroMemory(&uPD4990, sizeof(uPD4990)); + + (void)pConfig; } void uPD4990_bind(void) {