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

version 1.4, 2004/03/30 08:48:46 version 1.5, 2004/06/02 11:02:53
Line 45  typedef struct { Line 45  typedef struct {
         UINT32  stepclock;          UINT32  stepclock;
         UINT    stepmask;          UINT    stepmask;
   
         BYTE    fifo;          UINT8   fifo;
         BYTE    extfunc;          UINT8   extfunc;
         BYTE    dactrl;          UINT8   dactrl;
         BYTE    write;          UINT8   _write;
         BYTE    stepbit;          UINT8   stepbit;
         BYTE    reqirq;          UINT8   reqirq;
         BYTE    padding[2];          UINT8   irqflag;
           UINT8   padding[1];
   
         BYTE    buffer[PCM86_BUFSIZE];          BYTE    buffer[PCM86_BUFSIZE];
 } _PCM86, *PCM86;  } _PCM86, *PCM86;

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


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