Diff for /xmil/sound/psggen.h between versions 1.1 and 1.3

version 1.1, 2004/08/01 05:31:31 version 1.3, 2004/08/17 16:52:46
Line 41  typedef struct { Line 41  typedef struct {
         PSGTONE         tone[3];          PSGTONE         tone[3];
         PSGNOISE        noise;          PSGNOISE        noise;
         PSGREG          reg;          PSGREG          reg;
         UINT16          envcnt;          UINT32          envcnt;
         UINT16          envmax;          UINT32          envmax;
         UINT8           mixer;          UINT8           mixer;
         UINT8           envmode;          UINT8           envmode;
         UINT8           envvol;          UINT8           envvol;
Line 64  typedef struct { Line 64  typedef struct {
 extern "C" {  extern "C" {
 #endif  #endif
   
   extern const UINT8 psggen_deftbl[0x10];
   
 void psggen_initialize(UINT rate);  void psggen_initialize(UINT rate);
 void psggen_setvol(UINT vol);  void psggen_setvol(UINT vol);
   

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


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