Diff for /xmil/io/fdc.h between versions 1.2 and 1.3

version 1.2, 2004/08/08 16:39:03 version 1.3, 2004/08/09 04:47:53
Line 1 Line 1
   
 typedef struct {  typedef struct {
           UINT8   media;
           UINT8   padding[3];
   
           UINT    bufpos;
           UINT    bufsize;
   
           UINT8   buffer[8];
   } FDCSTAT;
   
   typedef struct {
           UINT    dummy;
   } FDCEXT;
   
   typedef struct {
         UINT8   drv;          UINT8   drv;
         UINT8   cmd;          UINT8   cmd;
         short   skip;          short   skip;
         short   off;          short   off;
         short   crc_off;  
         UINT8   crc_dat[8];  
   
         UINT8   type;          UINT8   type;
         UINT8   treg;          UINT8   treg;
         UINT8   sct_bak;          UINT8   sct_bak;
Line 21  typedef struct { Line 32  typedef struct {
   
         UINT32  busyclock;          UINT32  busyclock;
         UINT32  busystart;          UINT32  busystart;
         BYTE    media;  
         BYTE    rreg;          BYTE    rreg;
           FDCSTAT s;
   
   //      BYTE    media;
   //      short   crc_off;
   //      UINT8   crc_dat[8];
 } FDC;  } FDC;
   
   

Removed from v.1.2  
changed lines
  Added in v.1.3


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