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

version 1.4, 2003/11/14 05:26:53 version 1.5, 2003/11/28 21:06:02
Line 43  typedef struct { Line 43  typedef struct {
         PSGREG          reg;          PSGREG          reg;
         UINT16          envcnt;          UINT16          envcnt;
         UINT16          envmax;          UINT16          envmax;
           BYTE            mixer;
         BYTE            envmode;          BYTE            envmode;
         BYTE            envvol;          BYTE            envvol;
         char            envvolcnt;          char            envvolcnt;
         BYTE            mixer;  
         UINT            puchicount;          UINT            puchicount;
 } _PSGGEN, *PSGGEN;  } _PSGGEN, *PSGGEN;
   

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


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