Diff for /np2/sound/rhythmc.c between versions 1.6 and 1.7

version 1.6, 2003/12/08 00:55:33 version 1.7, 2004/02/18 18:29:29
Line 197  void rhythm_setreg(RHYTHM rhy, REG8 reg, Line 197  void rhythm_setreg(RHYTHM rhy, REG8 reg,
                         r++;                          r++;
                 }                  }
         }          }
         else if (reg == 0x11) {                                                                         // ver0.28          else if (reg == 0x11) {
                 sound_sync();                  sound_sync();
                 rhy->vol = (~value) & 0x3f;                  rhy->vol = (~value) & 0x3f;
                 rhythm_update(rhy);                  rhythm_update(rhy);

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


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