Diff for /np2/pccore.c between versions 1.24 and 1.25

version 1.24, 2003/12/04 06:41:23 version 1.25, 2003/12/04 09:47:08
Line 1 Line 1
 #include        "compiler.h"  #include        "compiler.h"
   #include        "strres.h"
   #include        "dosio.h"
 #include        "soundmng.h"  #include        "soundmng.h"
 #include        "sysmng.h"  #include        "sysmng.h"
 #include        "timemng.h"  #include        "timemng.h"
Line 31 Line 33
 #include        "timing.h"  #include        "timing.h"
 //#include      "hostdrv.h"  //#include      "hostdrv.h"
 #include        "debugsub.h"  #include        "debugsub.h"
 #include        "dosio.h"  
   
   
         const char      np2version[] = NP2VER_CORE;          const char      np2version[] = NP2VER_CORE;
Line 184  static void sound_term(void) { Line 185  static void sound_term(void) {
   
 void pccore_init(void) {  void pccore_init(void) {
   
           char    *p;
   
           p = np2cfg.biospath;
           if (p[0]) {
                   file_setseparator(p, sizeof(np2cfg.biospath));
           }
           else {
                   file_cpyname(p, file_getcd(str_null), sizeof(np2cfg.biospath));
           }
   
         i286_initialize();          i286_initialize();
   
         pal_initlcdtable();          pal_initlcdtable();

Removed from v.1.24  
changed lines
  Added in v.1.25


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