Diff for /np2/sound/opngen.h between versions 1.6 and 1.7

version 1.6, 2003/11/28 08:01:33 version 1.7, 2003/12/08 00:55:33
Line 97  const SINT32 *release;   // release rait Line 97  const SINT32 *release;   // release rait
         SINT32          multiple;                       // multiple          SINT32          multiple;                       // multiple
         BYTE            keyscale;                       // key scale          BYTE            keyscale;                       // key scale
         BYTE            env_mode;                       // envelope mode          BYTE            env_mode;                       // envelope mode
         BYTE            envraito;                       // envelope raito          BYTE            envratio;                       // envelope raito
         BYTE            ssgeg1;                         // SSG-EG          BYTE            ssgeg1;                         // SSG-EG
   
         SINT32          env_cnt;                        // envelope count          SINT32          env_cnt;                        // envelope count
Line 163  extern "C" { Line 163  extern "C" {
   
 void opngen_initialize(UINT rate);  void opngen_initialize(UINT rate);
 void opngen_setvol(UINT vol);  void opngen_setvol(UINT vol);
 void opngen_setVR(BYTE channel, BYTE value);  void opngen_setVR(REG8 channel, REG8 value);
   
 void opngen_reset(void);  void opngen_reset(void);
 void opngen_setcfg(BYTE maxch, UINT flag);  void opngen_setcfg(REG8 maxch, UINT flag);
 void opngen_setextch(UINT chnum, BYTE data);  void opngen_setextch(UINT chnum, REG8 data);
 void opngen_setreg(BYTE chbase, BYTE reg, BYTE value);  void opngen_setreg(REG8 chbase, REG8 reg, REG8 value);
 void opngen_keyon(UINT chnum, BYTE value);  void opngen_keyon(UINT chnum, REG8 value);
   
 void SOUNDCALL opngen_getpcm(void *hdl, SINT32 *buf, UINT count);  void SOUNDCALL opngen_getpcm(void *hdl, SINT32 *buf, UINT count);
 void SOUNDCALL opngen_getpcmvr(void *hdl, SINT32 *buf, UINT count);  void SOUNDCALL opngen_getpcmvr(void *hdl, SINT32 *buf, UINT count);

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


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