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

version 1.23, 2007/11/03 00:00:20 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;
 }  }

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


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