Diff for /np2/pccore.c between versions 1.71 and 1.72

version 1.71, 2004/02/19 03:04:01 version 1.72, 2004/02/19 06:10:13
Line 623  void pccore_exec(BOOL draw) { Line 623  void pccore_exec(BOOL draw) {
 #endif  #endif
                 }                  }
   
 #if 1 // ndef TRACE  #if 0 // ndef TRACE
                 if (CPU_REMCLOCK > 0) {                  if (CPU_REMCLOCK > 0) {
                         if (!(CPU_TYPE & CPUTYPE_V30)) {                          if (!(CPU_TYPE & CPUTYPE_V30)) {
                                 CPU_EXEC();                                  CPU_EXEC();
Line 682  void pccore_exec(BOOL draw) { Line 682  void pccore_exec(BOOL draw) {
                                 }                                  }
                         }                          }
 #endif  #endif
 //                      i286x_step();                          i286x_step();
                         i286c_step();  //                      i286c_step();
                 }                  }
 #endif  #endif
                 nevent_progress();                  nevent_progress();

Removed from v.1.71  
changed lines
  Added in v.1.72


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