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