--- np2/io/iocore.c 2003/12/08 00:55:32 1.3 +++ np2/io/iocore.c 2004/01/05 06:05:11 1.5 @@ -15,6 +15,7 @@ _CRTC crtc; _DMAC dmac; _EGC egc; + _EPSONIO epsonio; _EXTMEM extmem; _FDC fdc; _GDC gdc; @@ -424,8 +425,8 @@ static const IOCBFN resetfn[] = { itimer_reset, mouseif_reset, // extend - artic_reset, egc_reset, - extmem_reset, np2sysp_reset}; + artic_reset, egc_reset, extmem_reset, + np2sysp_reset, necio_reset, epsonio_reset}; static const IOCBFN bindfn[] = { // PC-9801 System... @@ -439,8 +440,8 @@ static const IOCBFN bindfn[] = { itimer_bind, mouseif_bind, // extend - itf_bind, artic_bind, egc_bind, - extmem_bind, np2sysp_bind}; + artic_bind, egc_bind, extmem_bind, + np2sysp_bind, necio_bind, epsonio_bind}; void iocore_cb(const IOCBFN *cbfn, UINT count) {