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

version 1.13, 2004/06/19 14:39:22 version 1.15, 2004/06/26 15:47:00
Line 293  static REG8 IOINPCALL amd_ida(UINT port) Line 293  static REG8 IOINPCALL amd_ida(UINT port)
   
 static REG8 IOINPCALL amd_idb(UINT port) {  static REG8 IOINPCALL amd_idb(UINT port) {
   
         if (opn.opnreg < 0x0e) {          if (opn.extreg < 0x0e) {
                 return(psggen_getreg(&psg2, opn.extreg));                  return(psggen_getreg(&psg2, opn.extreg));
         }          }
         else if (opn.opnreg == 0x0f) {          else if (opn.extreg == 0x0f) {
                 return(psg2.reg.io2);                  return(psg2.reg.io2);
         }          }
         (void)port;          (void)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.13  
changed lines
  Added in v.1.15


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