Diff for /np2/win9x/ini.cpp between versions 1.1.1.1 and 1.3

version 1.1.1.1, 2003/10/16 17:58:53 version 1.3, 2003/10/26 08:59:53
Line 2 Line 2
 #include        <windowsx.h>  #include        <windowsx.h>
 #include        <io.h>  #include        <io.h>
 #include        "np2.h"  #include        "np2.h"
 #include        "dosio.h"  
 #include        "np2arg.h"  #include        "np2arg.h"
 #include        "pccore.h"  #include        "dosio.h"
 #include        "iocore.h"  
 #include        "ini.h"  #include        "ini.h"
 #include        "winkbd.h"  #include        "winkbd.h"
   #include        "pccore.h"
   
   
 #define         CFGLEN          (MAX_PATH + 32)  #define         CFGLEN          (MAX_PATH + 32)
Line 175  static INI_ITEM iniitem[] = { Line 174  static INI_ITEM iniitem[] = {
         {"force400", INI_BOOL,  INI_RO, &np2oscfg.force400,             0},          {"force400", INI_BOOL,  INI_RO, &np2oscfg.force400,             0},
         {"e_resume", INI_BOOL,  0,              &np2oscfg.resume,               0},             // ver0.30          {"e_resume", INI_BOOL,  0,              &np2oscfg.resume,               0},             // ver0.30
         {"STATSAVE", INI_BOOL,  INI_RO, &np2oscfg.statsave,             0},             // ver0.30          {"STATSAVE", INI_BOOL,  INI_RO, &np2oscfg.statsave,             0},             // ver0.30
           {"nousemmx", INI_BOOL,  0,              &np2oscfg.disablemmx,   0},             // ver0.36
         {"I286SAVE", INI_BOOL,  INI_RO|INIEND,          {"I286SAVE", INI_BOOL,  INI_RO|INIEND,
                                                                         &np2oscfg.I286SAVE,             0}};                                                                          &np2oscfg.I286SAVE,             0}};
   

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


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