Diff for /np2/io/np2sysp.c between versions 1.1 and 1.2

version 1.1, 2003/10/16 17:57:56 version 1.2, 2003/11/08 17:06:01
Line 190  static BOOL np2syspcmp(const char *p) { Line 190  static BOOL np2syspcmp(const char *p) {
         return(FALSE);          return(FALSE);
 }  }
   
 static void IOOUTCALL np2sysp_o7bf(UINT port, BYTE dat) {  static void IOOUTCALL np2sysp_o7ef(UINT port, BYTE dat) {
   
         UINT    i;          UINT    i;
   
Line 206  static void IOOUTCALL np2sysp_o7bf(UINT  Line 206  static void IOOUTCALL np2sysp_o7bf(UINT 
         (void)port;          (void)port;
 }  }
   
 static BYTE IOINPCALL np2sysp_i7bf(UINT port) {  static BYTE IOINPCALL np2sysp_i7ef(UINT port) {
   
         BYTE    ret;          BYTE    ret;
   
Line 229  void np2sysp_reset(void) { Line 229  void np2sysp_reset(void) {
   
 void np2sysp_bind(void) {  void np2sysp_bind(void) {
   
         iocore_attachout(0x07bf, np2sysp_o7bf);          iocore_attachout(0x07ef, np2sysp_o7ef);
         iocore_attachinp(0x07bf, np2sysp_i7bf);          iocore_attachinp(0x07ef, np2sysp_i7ef);
 }  }
   

Removed from v.1.1  
changed lines
  Added in v.1.2


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