Diff for /xmil/io/fdc.c between versions 1.4 and 1.5

version 1.4, 2004/08/10 08:28:49 version 1.5, 2004/08/10 10:17:39
Line 297  void IOOUTCALL fdc_o(UINT port, REG8 val Line 297  void IOOUTCALL fdc_o(UINT port, REG8 val
                         case 0x09:                          case 0x09:
                         case 0x0a:                                                              // ライトデータ                          case 0x0a:                                                              // ライトデータ
                         case 0x0b:                          case 0x0b:
                                 setbusy(200);                                  setbusy(400);
                                 fdc.s.stat = type2cmd(fdc.s.r);                                  fdc.s.stat = type2cmd(fdc.s.r);
                                 break;                                  break;
   

Removed from v.1.4  
changed lines
  Added in v.1.5


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