Diff for /np2/sound/pcm86.h between versions 1.5 and 1.6

version 1.5, 2004/06/02 11:02:53 version 1.6, 2005/02/07 14:46:12
Line 54  typedef struct { Line 54  typedef struct {
         UINT8   irqflag;          UINT8   irqflag;
         UINT8   padding[1];          UINT8   padding[1];
   
         BYTE    buffer[PCM86_BUFSIZE];          UINT8   buffer[PCM86_BUFSIZE];
 } _PCM86, *PCM86;  } _PCM86, *PCM86;
   
 typedef struct {  typedef struct {

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


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