--- np2/x11/ini.c 2008/03/13 16:27:39 1.20 +++ np2/x11/ini.c 2008/04/03 13:52:20 1.22 @@ -1,3 +1,5 @@ +/* $Id: ini.c,v 1.22 2008/04/03 13:52:20 monaka Exp $ */ + #include "compiler.h" #include "np2.h" @@ -518,7 +520,7 @@ static const INITBL iniitem[] = { {"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}, + {"biospath", INIRO_STR, np2cfg.biospath, MAX_PATH}, {"hdrvroot", INIRO_STR, np2cfg.hdrvroot, MAX_PATH}, {"hdrv_acc", INIRO_UINT8, &np2cfg.hdrvacc, 0}, @@ -650,6 +652,7 @@ static const INITBL iniitem[] = { {"dinterp_", INITYPE_INTERP, &np2oscfg.drawinterp, 0}, {"fullscrn", INITYPE_UINT32, &ignore_fullscreen_mode,0}, {"F11_KEY_", INITYPE_UINT8, &np2oscfg.F11KEY, 0}, + {"READONLY", INIRO_BOOL, &np2oscfg.cfgreadonly, 0}, {"I286SAVE", INIRO_BOOL, &np2oscfg.I286SAVE, 0}, };