Diff for /np2/io/np2sysp.c between versions 1.18 and 1.21

version 1.18, 2005/02/15 18:42:20 version 1.21, 2005/03/05 06:02:29
Line 265  static void IOOUTCALL np2sysp_o0e9(UINT  Line 265  static void IOOUTCALL np2sysp_o0e9(UINT 
         APPDEVOUT(dat);          APPDEVOUT(dat);
         (void)port;          (void)port;
 }  }
   
   static REG8 IOINPCALL np2sysp_i0e9(UINT port) {
   
           return((UINT8)port);
   }
 #endif  #endif
   
   
Line 284  void np2sysp_bind(void) { Line 289  void np2sysp_bind(void) {
   
 #if defined(NP2APPDEV)  #if defined(NP2APPDEV)
         iocore_attachout(0x00e9, np2sysp_o0e9);          iocore_attachout(0x00e9, np2sysp_o0e9);
           iocore_attachinp(0x00e9, np2sysp_i0e9);
 #endif  #endif
 }  }
   

Removed from v.1.18  
changed lines
  Added in v.1.21


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