Diff for /xmil/timing.c between versions 1.4 and 1.5

version 1.4, 2005/02/04 06:42:07 version 1.5, 2008/06/02 20:07:30
Line 25  void timing_reset(void) { Line 25  void timing_reset(void) {
   
 void timing_setrate(UINT32 clock) {  void timing_setrate(UINT32 clock) {
   
 //      timing.msstep = (1 << MSSHIFT) / (clock / 4000);          /* timing.msstep = (1 << MSSHIFT) / (clock / 4000) */;
         timing.msstep = (4000 << MSSHIFT) / clock;          timing.msstep = (4000 << MSSHIFT) / clock;
 }  }
   

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


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