Diff for /np2/pccore.c between versions 1.15 and 1.16

version 1.15, 2003/11/13 07:47:17 version 1.16, 2003/11/13 15:33:05
Line 516  void pccore_exec(BOOL draw) { Line 516  void pccore_exec(BOOL draw) {
                         i286_resetprefetch();                          i286_resetprefetch();
                 }                  }
   
 #if 1   // ndef TRACE  #ifndef TRACE
                 if (I286_REMCLOCK > 0) {                  if (I286_REMCLOCK > 0) {
                         if (!(CPUTYPE & CPUTYPE_V30)) {                          if (!(CPUTYPE & CPUTYPE_V30)) {
                                 i286();                                  i286();

Removed from v.1.15  
changed lines
  Added in v.1.16


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