Diff for /xmil/fdd/fddfile.h between versions 1.8 and 1.9

version 1.8, 2004/08/18 08:08:13 version 1.9, 2005/02/04 06:42:11
Line 41  typedef struct { Line 41  typedef struct {
         UINT8   h;          UINT8   h;
         UINT8   r;          UINT8   r;
         UINT8   n;          UINT8   n;
         UINT    size;          UINT8   flag;
           UINT8   padding;
           UINT8   size[2];
 } TAOSEC;  } TAOSEC;
   
   
Line 81  struct _fddfile { Line 83  struct _fddfile {
         FDDSEEK         seek;          FDDSEEK         seek;
         FDDREAD         read;          FDDREAD         read;
         FDDWRITE        write;          FDDWRITE        write;
           FDDWRITE        wrtrk;
         FDDCRC          crc;          FDDCRC          crc;
 #if defined(SUPPORT_DISKEXT)  #if defined(SUPPORT_DISKEXT)
         FDDSEC          sec;          FDDSEC          sec;

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


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