--- np2/win9xc/ini.cpp 2003/10/16 17:59:23 1.1 +++ np2/win9xc/ini.cpp 2003/12/04 06:41:23 1.5 @@ -290,14 +290,15 @@ static const char inifile[] = "np2.cfg"; static const INITBL iniitem[] = { {"WindposX", INITYPE_SINT32, &np2oscfg.winx, 0}, {"WindposY", INITYPE_SINT32, &np2oscfg.winy, 0}, - {"paddingx", INITYPE_SINT32, &np2oscfg.paddingx, 0}, - {"paddingy", INITYPE_SINT32, &np2oscfg.paddingy, 0}, {"FDfolder", INITYPE_STR, fddfolder, MAX_PATH}, {"HDfolder", INITYPE_STR, hddfolder, MAX_PATH}, {"bmap_Dir", INITYPE_STR, bmpfilefolder, MAX_PATH}, {"fontfile", INITYPE_STR, np2cfg.fontfile, MAX_PATH}, + {"biospath", INITYPE_STR, np2cfg.biospath, MAX_PATH}, + {"pc_model", INITYPE_STR, &np2cfg.model, + sizeof(np2cfg.model)}, {"clk_base", INITYPE_SINT32, &np2cfg.baseclock, 0}, {"clk_mult", INITYPE_SINT32, &np2cfg.multiple, 0},