Diff for /np2/pccore.c between versions 1.2 and 1.3

version 1.2, 2003/10/17 03:52:24 version 1.3, 2003/10/19 14:56:15
Line 39 Line 39
 #include        "pc9861k.h"  #include        "pc9861k.h"
   
   
         const char      np2version[] = "ver.0.36";          const char      np2version[] = "ver.0.37";
   
         NP2CFG          np2cfg = {          NP2CFG          np2cfg = {
                                 PCBASECLOCK25, 4, 0,                                  PCBASECLOCK25, 4, 0,
Line 533  void pccore_exec(BOOL draw) { Line 533  void pccore_exec(BOOL draw) {
                 }                  }
   
 #if 1 // ndef TRACE  #if 1 // ndef TRACE
                 if (nevent.remainclock > 0) {                  if (I286_REMCLOCK > 0) {
                         if (!(CPUTYPE & CPUTYPE_V30)) {                          if (!(CPUTYPE & CPUTYPE_V30)) {
                                 i286();                                  i286();
                         }                          }

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


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