--- np2/io/epsonio.h 2003/12/26 22:24:06 1.1 +++ np2/io/epsonio.h 2007/11/03 00:00:20 1.3 @@ -1,6 +1,7 @@ typedef struct { UINT8 cpumode; + UINT8 bankioen; } _EPSONIO; @@ -8,7 +9,7 @@ typedef struct { extern "C" { #endif -void epsonio_reset(void); +void epsonio_reset(const NP2CFG *pConfig); void epsonio_bind(void); #ifdef __cplusplus