--- xmil/io/fdc.c 2004/08/15 11:14:42 1.17 +++ xmil/io/fdc.c 2004/08/15 17:51:53 1.18 @@ -321,7 +321,7 @@ void IOOUTCALL fdc_o(UINT port, REG8 val if ((port & (~7)) != 0x0ff8) { return; } -// TRACEOUT(("fdc %.4x,%.2x [%.4x]", port, value, Z80_PC)); + TRACEOUT(("fdc %.4x,%.2x [%.4x]", port, value, Z80_PC)); switch(port & 7) { case 0: // ¥³¥Þ¥ó¥É fdc.s.cmd = value;