Diff for /np2/win9x/ini.cpp between versions 1.17 and 1.19

version 1.17, 2003/12/25 03:02:40 version 1.19, 2004/01/09 04:36:03
Line 343  static const INITBL iniitem[] = { Line 343  static const INITBL iniitem[] = {
         {"bmap_Dir", INITYPE_STR,               bmpfilefolder,                  MAX_PATH},          {"bmap_Dir", INITYPE_STR,               bmpfilefolder,                  MAX_PATH},
         {"fontfile", INITYPE_STR,               np2cfg.fontfile,                MAX_PATH},          {"fontfile", INITYPE_STR,               np2cfg.fontfile,                MAX_PATH},
         {"biospath", INIRO_STR,                 np2cfg.biospath,                MAX_PATH},          {"biospath", INIRO_STR,                 np2cfg.biospath,                MAX_PATH},
           {"hdrvroot", INIRO_STR,                 np2cfg.hdrvroot,                MAX_PATH},
   
         {"pc_model", INITYPE_STR,               &np2cfg.model,          {"pc_model", INITYPE_STR,               &np2cfg.model,
                                                                                                         sizeof(np2cfg.model)},                                                                                                          sizeof(np2cfg.model)},
Line 454  static const INITBL iniitem[] = { Line 455  static const INITBL iniitem[] = {
         {"com3mmdl", INITYPE_STR,               np2oscfg.com3.mdl,              64},          {"com3mmdl", INITYPE_STR,               np2oscfg.com3.mdl,              64},
         {"com3mdef", INITYPE_STR,               np2oscfg.com3.def,              MAX_PATH},          {"com3mdef", INITYPE_STR,               np2oscfg.com3.def,              MAX_PATH},
   
         {"force400", INITYPE_BOOL,              &np2oscfg.force400,             0},          {"force400", INIRO_BOOL,                &np2oscfg.force400,             0},
         {"e_resume", INITYPE_BOOL,              &np2oscfg.resume,               0},          {"e_resume", INITYPE_BOOL,              &np2oscfg.resume,               0},
         {"STATSAVE", INIRO_BOOL,                &np2oscfg.statsave,             0},          {"STATSAVE", INIRO_BOOL,                &np2oscfg.statsave,             0},
         {"nousemmx", INITYPE_BOOL,              &np2oscfg.disablemmx,   0},             // ver0.36          {"nousemmx", INITYPE_BOOL,              &np2oscfg.disablemmx,   0},             // ver0.36

Removed from v.1.17  
changed lines
  Added in v.1.19


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