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

version 1.3, 2003/11/08 21:43:01 version 1.4, 2003/11/14 05:26:53
Line 16  typedef struct { Line 16  typedef struct {
         SINT32  count;          SINT32  count;
         BYTE    *pvol;          BYTE    *pvol;
         UINT16  puchi;          UINT16  puchi;
         UINT16  padding;          BYTE    pan;
           BYTE    padding;
 } PSGTONE;  } PSGTONE;
   
 typedef struct {  typedef struct {
Line 68  void psggen_setvol(UINT vol); Line 69  void psggen_setvol(UINT vol);
 void psggen_reset(PSGGEN psg);  void psggen_reset(PSGGEN psg);
 void psggen_setreg(PSGGEN psg, BYTE reg, BYTE val);  void psggen_setreg(PSGGEN psg, BYTE reg, BYTE val);
 BYTE psggen_getreg(PSGGEN psg, BYTE reg);  BYTE psggen_getreg(PSGGEN psg, BYTE reg);
   void psggen_setpan(PSGGEN psg, UINT ch, BYTE pan);
   
 void SOUNDCALL psggen_getpcm(PSGGEN psg, SINT32 *pcm, UINT count);  void SOUNDCALL psggen_getpcm(PSGGEN psg, SINT32 *pcm, UINT count);
   

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


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