Diff for /np2/cbus/ideio.h between versions 1.9 and 1.10

version 1.9, 2005/04/05 20:37:07 version 1.10, 2005/04/06 16:46:07
Line 57  typedef struct { Line 57  typedef struct {
         // audio          // audio
         UINT    daflag;          UINT    daflag;
         UINT32  dacurpos;          UINT32  dacurpos;
         UINT32  daendpos;          UINT32  dalength;
         UINT    dabufpos;          UINT    dabufrem;
         UINT8   dabuf[2352];          UINT8   dabuf[2352];
 } _IDEDRV, *IDEDRV;  } _IDEDRV, *IDEDRV;
   

Removed from v.1.9  
changed lines
  Added in v.1.10


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