Diff for /np2/cbus/sasiio.h between versions 1.1 and 1.2

version 1.1, 2004/01/22 01:10:03 version 1.2, 2005/02/07 14:46:08
Line 8  typedef struct { Line 8  typedef struct {
         UINT8   error;          UINT8   error;
         UINT8   unit;          UINT8   unit;
         UINT8   isrint;          UINT8   isrint;
         BYTE    cmd[6];          UINT8   cmd[6];
         UINT    cmdpos;          UINT    cmdpos;
         BYTE    sens[4];          UINT8   sens[4];
         UINT    senspos;          UINT    senspos;
         UINT    c2pos;          UINT    c2pos;
         UINT32  sector;          UINT32  sector;
         UINT    blocks;          UINT    blocks;
         UINT    datpos;          UINT    datpos;
         UINT    datsize;          UINT    datsize;
         BYTE    dat[256];          UINT8   dat[256];
 } _SASIIO, *SASIIO;  } _SASIIO, *SASIIO;
   
 #ifdef __cplusplus  #ifdef __cplusplus

Removed from v.1.1  
changed lines
  Added in v.1.2


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