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

version 1.7, 2004/05/07 11:42:29 version 1.8, 2005/02/07 14:46:11
Line 99  typedef struct { Line 99  typedef struct {
         int             bufcnt;          int             bufcnt;
   
         UINT8   cmd;          UINT8   cmd;
         BYTE    cmds[15];          UINT8   cmds[15];
         BYTE    data[16];          UINT8   data[16];
   
         BYTE    buf[0x8000];          UINT8   buf[0x8000];
 } _FDC, *FDC;  } _FDC, *FDC;
   
   

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


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