Diff for /np2/cbus/amd98.c between versions 1.2 and 1.3

version 1.2, 2003/10/21 11:22:05 version 1.3, 2003/11/08 21:43:01
Line 17  static void setamd98event(BOOL absolute) Line 17  static void setamd98event(BOOL absolute)
         else {          else {
                 cnt = pc.multiple << 16;                  cnt = pc.multiple << 16;
         }          }
           if (pc.baseclock == PCBASECLOCK25) {
                   cnt = cnt * 16 / 13;                                    // cnt * 2457600 / 1996800
           }
         nevent_set(NEVENT_MUSICGEN, cnt, amd98int, absolute);          nevent_set(NEVENT_MUSICGEN, cnt, amd98int, absolute);
 }  }
   

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


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