Diff for /np2/sound/rhythm.h between versions 1.1 and 1.2

version 1.1, 2003/10/16 17:58:05 version 1.2, 2003/12/08 00:55:33
Line 39  void rhythm_setvol(UINT vol); Line 39  void rhythm_setvol(UINT vol);
   
 void rhythm_reset(RHYTHM rhy);  void rhythm_reset(RHYTHM rhy);
 void rhythm_update(RHYTHM rhy);  void rhythm_update(RHYTHM rhy);
 void rhythm_setreg(RHYTHM rhy, BYTE reg, BYTE val);  void rhythm_setreg(RHYTHM rhy, REG8 reg, REG8 val);
   
 void SOUNDCALL rhythm_getpcm(RHYTHM rhy, SINT32 *pcm, UINT count);  void SOUNDCALL rhythm_getpcm(RHYTHM rhy, SINT32 *pcm, UINT count);
   

Removed from v.1.1  
changed lines
  Added in v.1.2


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