|
|
| version 1.17, 2004/08/15 11:14:42 | version 1.18, 2004/08/15 17:51:53 |
|---|---|
| Line 321 void IOOUTCALL fdc_o(UINT port, REG8 val | Line 321 void IOOUTCALL fdc_o(UINT port, REG8 val |
| if ((port & (~7)) != 0x0ff8) { | if ((port & (~7)) != 0x0ff8) { |
| return; | return; |
| } | } |
| // TRACEOUT(("fdc %.4x,%.2x [%.4x]", port, value, Z80_PC)); | TRACEOUT(("fdc %.4x,%.2x [%.4x]", port, value, Z80_PC)); |
| switch(port & 7) { | switch(port & 7) { |
| case 0: // コマンド | case 0: // コマンド |
| fdc.s.cmd = value; | fdc.s.cmd = value; |