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

version 1.13, 2003/11/14 07:37:29 version 1.17, 2003/12/25 03:02:40
Line 342  static const INITBL iniitem[] = { Line 342  static const INITBL iniitem[] = {
         {"HDfolder", INITYPE_STR,               hddfolder,                              MAX_PATH},          {"HDfolder", INITYPE_STR,               hddfolder,                              MAX_PATH},
         {"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},
   
           {"pc_model", INITYPE_STR,               &np2cfg.model,
                                                                                                           sizeof(np2cfg.model)},
         {"clk_base", INITYPE_UINT32,    &np2cfg.baseclock,              0},          {"clk_base", INITYPE_UINT32,    &np2cfg.baseclock,              0},
         {"clk_mult", INITYPE_UINT32,    &np2cfg.multiple,               0},          {"clk_mult", INITYPE_UINT32,    &np2cfg.multiple,               0},
         {"pc_model", INITYPE_UINT8,             &np2cfg.model,                  0},  
   
         {"DIPswtch", INITYPE_ARGH8,             np2cfg.dipsw,                   3},          {"DIPswtch", INITYPE_ARGH8,             np2cfg.dipsw,                   3},
         {"MEMswtch", INITYPE_ARGH8,             np2cfg.memsw,                   8},          {"MEMswtch", INITYPE_ARGH8,             np2cfg.memsw,                   8},
Line 459  static const INITBL iniitem[] = { Line 461  static const INITBL iniitem[] = {
         {"windtype", INITYPE_UINT8,             &np2oscfg.wintype,              0},          {"windtype", INITYPE_UINT8,             &np2oscfg.wintype,              0},
         {"toolwind", INITYPE_BOOL,              &np2oscfg.toolwin,              0},             // ver0.38          {"toolwind", INITYPE_BOOL,              &np2oscfg.toolwin,              0},             // ver0.38
         {"keydispl", INITYPE_BOOL,              &np2oscfg.keydisp,              0},          {"keydispl", INITYPE_BOOL,              &np2oscfg.keydisp,              0},
           {"jast_snd", INITYPE_BOOL,              &np2oscfg.jastsnd,              0},             // ver0.73
         {"I286SAVE", INIRO_BOOL,                &np2oscfg.I286SAVE,             0}};          {"I286SAVE", INIRO_BOOL,                &np2oscfg.I286SAVE,             0}};
   
   

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


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