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

version 1.5, 2003/12/04 13:54:29 version 1.6, 2003/12/08 00:55:33
Line 172  void rhythm_update(RHYTHM rhy) { Line 172  void rhythm_update(RHYTHM rhy) {
         } while(++r < rterm);          } while(++r < rterm);
 }  }
   
 void rhythm_setreg(RHYTHM rhy, BYTE reg, BYTE value) {  void rhythm_setreg(RHYTHM rhy, REG8 reg, REG8 value) {
   
         RHYTHMCH        *r;          RHYTHMCH        *r;
         BYTE            bit;          REG8            bit;
         int                     i;          int                     i;
   
         if (reg == 0x10) {          if (reg == 0x10) {

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


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