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

version 1.6, 2004/03/30 07:12:03 version 1.7, 2004/03/30 08:48:46
Line 122  void SOUNDCALL pcm86gen_checkbuf(void) { Line 122  void SOUNDCALL pcm86gen_checkbuf(void) {
         past <<= 6;          past <<= 6;
         past -= pcm86.lastclock;          past -= pcm86.lastclock;
         if (past >= pcm86.stepclock) {          if (past >= pcm86.stepclock) {
                 RECALC_NOWCLKWAIT;                  past = past / pcm86.stepclock;
                   pcm86.lastclock += (past * pcm86.stepclock);
                   RECALC_NOWCLKWAIT(past);
         }          }
   
         bufs = pcm86.realbuf - pcm86.virbuf;          bufs = pcm86.realbuf - pcm86.virbuf;

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


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