--- np2/io/epsonio.c 2004/01/07 08:33:00 1.5 +++ np2/io/epsonio.c 2007/11/03 00:00:20 1.7 @@ -108,14 +108,16 @@ static REG8 IOINPCALL epsonio_ic13(UINT // ---- I/F -void epsonio_reset(void) { +void epsonio_reset(const NP2CFG *pConfig) { epsonio.cpumode = 'R'; + + (void)pConfig; } void epsonio_bind(void) { - if (pc.model & PCMODEL_EPSON) { + if (pccore.model & PCMODEL_EPSON) { iocore_attachout(0x043d, epsonio_o043d); iocore_attachout(0x043f, epsonio_o043f); iocore_attachout(0x0c07, epsonio_oc07);