Diff for /np2/io/np2sysp.c between versions 1.22 and 1.23

version 1.22, 2007/01/08 08:52:21 version 1.23, 2007/11/03 00:00:20
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) {

Removed from v.1.22  
changed lines
  Added in v.1.23


RetroPC.NET-CVS <cvs@retropc.net>