Diff for /xmil/io/fdc.c between versions 1.19 and 1.20

version 1.19, 2004/08/18 08:08:13 version 1.20, 2004/08/19 09:50:20
Line 441  void IOOUTCALL fdc_o(UINT port, REG8 val Line 441  void IOOUTCALL fdc_o(UINT port, REG8 val
                         break;                          break;
   
                 case 1:                                                                 // トラック                  case 1:                                                                 // トラック
                         fdc.s.c = value;                          fdc.s.creg = value;
                         break;                          break;
   
                 case 2:                                                                 // セクタ                  case 2:                                                                 // セクタ

Removed from v.1.19  
changed lines
  Added in v.1.20


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