Diff for /np2/pccore.c between versions 1.11 and 1.12

version 1.11, 2003/11/03 00:49:55 version 1.12, 2003/11/07 20:07:58
Line 4 Line 4
 #include        "timemng.h"  #include        "timemng.h"
 #include        "i286.h"  #include        "i286.h"
 #include        "memory.h"  #include        "memory.h"
   #include        "np2ver.h"
 #include        "pccore.h"  #include        "pccore.h"
 #include        "iocore.h"  #include        "iocore.h"
 #include        "cbuscore.h"  #include        "cbuscore.h"
Line 30 Line 31
 //#include      "hostdrv.h"  //#include      "hostdrv.h"
   
   
         const char      np2version[] = "ver.0.70";          const char      np2version[] = NP2VER_CORE;
   
         NP2CFG          np2cfg = {          NP2CFG          np2cfg = {
                                 PCBASECLOCK25, 4, 0,                                  PCBASECLOCK25, 4, 0,

Removed from v.1.11  
changed lines
  Added in v.1.12


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