Diff for /np2/io/fdc.h between versions 1.5 and 1.7

version 1.5, 2004/01/29 09:41:50 version 1.7, 2004/05/07 11:42:29
Line 52  enum { Line 52  enum {
         FDCRLT_DD               = 0x200000,          FDCRLT_DD               = 0x200000,
         FDCRLT_CM               = 0x400000,          FDCRLT_CM               = 0x400000,
   
         FDCRLT_EXT              = 0x80000000,          FDCRLT_NT               = 0x80000000,
           FDCRLT_AT               = 0x00000040,
           FDCRLT_IC               = 0x00000080,
           FDCRLT_AI               = 0x000000c0,
   
         FDCSTAT_CB              = 0x10,          FDCSTAT_CB              = 0x10,
         FDCSTAT_NDM             = 0x20,          FDCSTAT_NDM             = 0x20,
Line 61  enum { Line 64  enum {
 };  };
   
 typedef struct {  typedef struct {
           UINT8   equip;
           UINT8   support144;
           UINT8   ctrlfd;
           UINT8   padding;
   
         UINT8   us, hd;          UINT8   us, hd;
         UINT8   mt, mf, sk;          UINT8   mt, mf, sk;
         UINT8   eot, gpl, dtl;          UINT8   eot, gpl, dtl;
Line 73  typedef struct { Line 81  typedef struct {
         UINT8   lastdata;          UINT8   lastdata;
         UINT8   tc;          UINT8   tc;
   
         UINT8   ctrlfd;  
         UINT8   crcn;          UINT8   crcn;
         UINT8   ctrlreg;          UINT8   ctrlreg;
         UINT8   chgreg;          UINT8   chgreg;
         UINT8   reg144;          UINT8   reg144;
         UINT8   padding[3];  
   
         UINT32  stat[4];          UINT32  stat[4];
         UINT8   treg[4];          UINT8   treg[4];
Line 120  void fdcsend_success7(void); Line 126  void fdcsend_success7(void);
 void fdc_reset(void);  void fdc_reset(void);
 void fdc_bind(void);  void fdc_bind(void);
   
 void fdc144_reset(void);  
 void fdc144_bind(void);  
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }
 #endif  #endif

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


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