Diff for /xmil/sound/sound.h between versions 1.2 and 1.3

version 1.2, 2004/08/05 11:46:26 version 1.3, 2004/08/11 12:08:16
Line 7  typedef void (SOUNDCALL * SOUNDCB)(void  Line 7  typedef void (SOUNDCALL * SOUNDCB)(void 
   
 typedef struct {  typedef struct {
         UINT    rate;          UINT    rate;
 //      UINT32  hzbase;          UINT32  hzbase;
 //      UINT32  clockbase;          UINT32  clockbase;
 //      UINT32  minclock;          UINT32  minclock;
 //      UINT32  lastclock;          UINT32  lastclock;
         UINT    length;  
         UINT    writecount;          UINT    writecount;
 } SOUNDCFG;  } SOUNDCFG;
   

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


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