--- np2/macos9/ini.cpp 2003/11/12 00:55:38 1.5 +++ np2/macos9/ini.cpp 2003/11/15 07:10:02 1.7 @@ -293,6 +293,8 @@ static const INITBL iniitem[] = { {"windposx", INITYPE_SINT32, &np2oscfg.posx, 0}, {"windposy", INITYPE_SINT32, &np2oscfg.posy, 0}, + {"pc_model", INITYPE_STR, &np2cfg.model, + sizeof(np2cfg.model)}, {"clk_base", INITYPE_SINT32, &np2cfg.baseclock, 0}, {"clk_mult", INITYPE_SINT32, &np2cfg.multiple, 0},