Diff for /np2/sound/opngen.h between versions 1.10 and 1.12

version 1.10, 2004/07/26 18:52:55 version 1.12, 2007/07/20 14:39:11
Line 1 Line 1
   
 enum {  enum {
   #if defined(SUPPORT_PX)
           OPNCH_MAX               = 30,
   #else   // defined(SUPPORT_PX)
         OPNCH_MAX               = 12,          OPNCH_MAX               = 12,
   #endif  // defined(SUPPORT_PX)
         OPNA_CLOCK              = 55466 * 72,          OPNA_CLOCK              = 55466 * 72,
   
         OPN_CHMASK              = 0x8000,          OPN_CHMASK              = 0x8000,
Line 168  void opngen_setVR(REG8 channel, REG8 val Line 172  void opngen_setVR(REG8 channel, REG8 val
 void opngen_reset(void);  void opngen_reset(void);
 void opngen_setcfg(REG8 maxch, UINT flag);  void opngen_setcfg(REG8 maxch, UINT flag);
 void opngen_setextch(UINT chnum, REG8 data);  void opngen_setextch(UINT chnum, REG8 data);
 void opngen_setreg(REG8 chbase, REG8 reg, REG8 value);  void opngen_setreg(REG8 chbase, UINT reg, REG8 value);
 void opngen_keyon(UINT chnum, REG8 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);

Removed from v.1.10  
changed lines
  Added in v.1.12


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