--- np2/io/necio.c 2004/03/06 18:25:36 1.3 +++ np2/io/necio.c 2007/11/03 00:00:20 1.5 @@ -9,6 +9,7 @@ static void IOOUTCALL necio_o0439(UINT port, REG8 dat) { necio.port0439 = dat; + (void)port; } static void IOOUTCALL necio_o043d(UINT port, REG8 dat) { @@ -28,9 +29,11 @@ static void IOOUTCALL necio_o043d(UINT p // ---- I/F -void necio_reset(void) { +void necio_reset(const NP2CFG *pConfig) { necio.port0439 = 0xff; + + (void)pConfig; } void necio_bind(void) {