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

version 1.11, 2005/05/13 05:47:25 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,

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


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