| version 1.22, 2007/01/08 08:52:21 | version 1.24, 2007/11/11 12:46:07 | 
| Line 110  static void np2sysp_multiple(const void | Line 110  static void np2sysp_multiple(const void | 
 |  |  | 
 | static void np2sysp_hwreset(const void *arg1, long arg2) { | static void np2sysp_hwreset(const void *arg1, long arg2) { | 
 |  |  | 
| hardwarereset = TRUE; | pcstat.hardwarereset = TRUE; | 
 | (void)arg1; | (void)arg1; | 
 | (void)arg2; | (void)arg2; | 
 | } | } | 
| Line 275  static REG8 IOINPCALL np2sysp_i0e9(UINT | Line 275  static REG8 IOINPCALL np2sysp_i0e9(UINT | 
 |  |  | 
 | // ---- I/F | // ---- I/F | 
 |  |  | 
| void np2sysp_reset(void) { | void np2sysp_reset(const NP2CFG *pConfig) { | 
 |  |  | 
 | ZeroMemory(&np2sysp, sizeof(np2sysp)); | ZeroMemory(&np2sysp, sizeof(np2sysp)); | 
 |  |  | 
 |  | (void)pConfig; | 
 | } | } | 
 |  |  | 
 | void np2sysp_bind(void) { | void np2sysp_bind(void) { |