--- np2/macos9/ini.cpp 2004/05/21 14:30:32 1.17 +++ np2/macos9/ini.cpp 2005/05/16 06:08:22 1.19 @@ -326,7 +326,7 @@ static const INITBL iniitem[] = { {"windposx", INITYPE_SINT32, &np2oscfg.posx, 0}, {"windposy", INITYPE_SINT32, &np2oscfg.posy, 0}, - {"pc_model", INITYPE_STR, &np2cfg.model, + {"pc_model", INITYPE_STR, np2cfg.model, sizeof(np2cfg.model)}, {"clk_base", INITYPE_SINT32, &np2cfg.baseclock, 0}, {"clk_mult", INITYPE_SINT32, &np2cfg.multiple, 0}, @@ -405,7 +405,12 @@ static const INITBL iniitem[] = { {"FDDRIVE2", INITYPE_BITMAP, &np2cfg.fddequip, 1}, {"FDDRIVE3", INITYPE_BITMAP, &np2cfg.fddequip, 2}, {"FDDRIVE4", INITYPE_BITMAP, &np2cfg.fddequip, 3}, +#if defined(SUPPORT_RESUME) {"e_resume", INITYPE_BOOL, &np2oscfg.resume, 0}, +#endif +#if defined(SUPPORT_STATSAVE) + {"statsave", INITYPE_BOOL, &np2oscfg.statsave, 0}, +#endif {"jast_snd", INITYPE_BOOL, &np2oscfg.jastsnd, 0}, // ver0.73 {"I286SAVE", INITYPE_BOOL, &np2oscfg.I286SAVE, 0}};