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

version 1.3, 2004/08/04 15:04:51 version 1.5, 2005/02/07 14:46:08
Line 1 Line 1
   
   #define IDEIO_MULTIPLE_MAX      0
   
 typedef struct {  typedef struct {
         UINT8   sxsidrv;          UINT8   sxsidrv;
         UINT8   wp;          UINT8   wp;
Line 18  typedef struct { Line 20  typedef struct {
         UINT8   sectors;          UINT8   sectors;
         UINT8   bufdir;          UINT8   bufdir;
   
           UINT8   mulcnt;
           UINT8   multhr;
           UINT8   mulmode;
           UINT8   dmy;
   
         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.3  
changed lines
  Added in v.1.5


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