--- np2/wince/ini.cpp 2003/11/14 07:37:29 1.2 +++ np2/wince/ini.cpp 2003/11/15 07:10:03 1.3 @@ -287,9 +287,10 @@ static const char ini_title[] = "NekoPro static const char inifile[] = "np2.cfg"; static const INITBL iniitem[] = { + {"pc_model", INITYPE_STR, &np2cfg.model, + sizeof(np2cfg.model)}, {"clk_base", INITYPE_SINT32, &np2cfg.baseclock, 0}, {"clk_mult", INITYPE_SINT32, &np2cfg.multiple, 0}, - {"pc_model", INITYPE_UINT8, &np2cfg.model, 0}, {"DIPswtch", INITYPE_BYTEARG, np2cfg.dipsw, 3}, {"MEMswtch", INITYPE_BYTEARG, np2cfg.memsw, 8},