Diff for /np2/cbus/ideio.h between versions 1.4 and 1.5

version 1.4, 2004/08/06 15:03:50 version 1.5, 2005/02/07 14:46:08
Line 27  typedef struct { Line 27  typedef struct {
   
         UINT    bufpos;          UINT    bufpos;
         UINT    bufsize;          UINT    bufsize;
         BYTE    buf[512];          UINT8   buf[512];
 } _IDEDRV, *IDEDRV;  } _IDEDRV, *IDEDRV;
   
 typedef struct {  typedef struct {

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


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