Diff for /np2/sound/sound.c between versions 1.16 and 1.17

version 1.16, 2004/03/26 05:51:40 version 1.17, 2004/07/03 17:25:39
Line 260  void sound_changeclock(void) { Line 260  void sound_changeclock(void) {
                 clock = (clock + 1) >> 1;                  clock = (clock + 1) >> 1;
                 hz = (hz + 1) >> 1;                  hz = (hz + 1) >> 1;
         }          }
           TRACEOUT(("hzbase/clockbase = %d/%d", hz, clock));
         soundcfg.hzbase = hz;          soundcfg.hzbase = hz;
         soundcfg.clockbase = clock;          soundcfg.clockbase = clock;
         soundcfg.minclock = 2 * clock / hz;          soundcfg.minclock = 2 * clock / hz;

Removed from v.1.16  
changed lines
  Added in v.1.17


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