Diff for /np2/cbus/amd98.c between versions 1.14 and 1.15

version 1.14, 2004/06/22 04:33:49 version 1.15, 2004/06/26 15:47:00
Line 303  static REG8 IOINPCALL amd_idb(UINT port) Line 303  static REG8 IOINPCALL amd_idb(UINT port)
         return(0xff);          return(0xff);
 }  }
   
   #if defined(TRACE)
 static REG8 IOINPCALL amd_inp(UINT port) {  static REG8 IOINPCALL amd_inp(UINT port) {
   
         TRACEOUT(("amd inp - %.4x", port));          TRACEOUT(("amd inp - %.4x", port));
         return(0xff);          return(0xff);
 }  }
   #endif
   
 // ----  // ----
   

Removed from v.1.14  
changed lines
  Added in v.1.15


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