Diff for /np2/pccore.c between versions 1.30 and 1.31

version 1.30, 2003/12/13 19:59:40 version 1.31, 2003/12/15 11:23:50
Line 550  void pccore_exec(BOOL draw) { Line 550  void pccore_exec(BOOL draw) {
                         CPU_CLEARPREFETCH();                          CPU_CLEARPREFETCH();
                 }                  }
   
 #if 1 // ndef TRACE  #ifndef TRACE
                 if (CPU_REMCLOCK > 0) {                  if (CPU_REMCLOCK > 0) {
                         if (!(CPU_TYPE & CPUTYPE_V30)) {                          if (!(CPU_TYPE & CPUTYPE_V30)) {
                                 CPU_EXEC();                                  CPU_EXEC();

Removed from v.1.30  
changed lines
  Added in v.1.31


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