Diff for /xmil/io/fdc.h between versions 1.5 and 1.8

version 1.5, 2004/08/11 12:08:16 version 1.8, 2004/08/12 17:57:36
Line 41  typedef struct { Line 41  typedef struct {
   
         UINT8   busy;          UINT8   busy;
         UINT8   hole;          UINT8   hole;
         UINT8   padding[2];          UINT8   curtime;
           UINT8   equip;
         UINT    crcnum;          UINT    crcnum;
   
         UINT8   buffer[FDC_BUFFERS];          UINT8   buffer[FDC_BUFFERS];
Line 60  typedef struct { Line 61  typedef struct {
 extern "C" {  extern "C" {
 #endif  #endif
   
 void nvitem_fdcbusy(UINT id);  void neitem_fdcbusy(UINT id);
   
 void IOOUTCALL fdc_o(UINT port, REG8 value);            // x1_fdc_w  void IOOUTCALL fdc_o(UINT port, REG8 value);            // x1_fdc_w
 REG8 IOINPCALL fdc_i(UINT port);                                        // x1_fdc_r  REG8 IOINPCALL fdc_i(UINT port);                                        // x1_fdc_r

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


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