Diff for /xmil/fdd/fddfile.h between versions 1.5 and 1.6

version 1.5, 2004/08/13 01:35:59 version 1.6, 2004/08/15 12:32:11
Line 62  struct _fddfile { Line 62  struct _fddfile {
         UINT8           type;          UINT8           type;
         UINT8           protect;          UINT8           protect;
         UINT8           padding[2];          UINT8           padding[2];
           UINT32          ftype;
         FDDSEEK         seek;          FDDSEEK         seek;
         FDDREAD         read;          FDDREAD         read;
         FDDWRITE        write;          FDDWRITE        write;
Line 72  struct _fddfile { Line 73  struct _fddfile {
         union {          union {
                 _D88INFO        d88;                  _D88INFO        d88;
         } inf;          } inf;
         OEMCHAR fname[MAX_PATH];          OEMCHAR         fname[MAX_PATH];
 };  };
   
   

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


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