--- np2/cbus/ideio.c 2005/04/06 17:44:09 1.14 +++ np2/cbus/ideio.c 2007/11/03 00:00:19 1.15 @@ -1022,7 +1022,7 @@ static void devinit(IDEDRV drv, REG8 sxs } } -void ideio_reset(void) { +void ideio_reset(const NP2CFG *pConfig) { REG8 i; IDEDRV drv; @@ -1035,6 +1035,8 @@ void ideio_reset(void) { CopyMemory(mem + 0xd0000, idebios, sizeof(idebios)); TRACEOUT(("use simulate ide.rom")); + + (void)pConfig; } void ideio_bind(void) {