--- np2/macos9/ini.cpp 2004/03/12 18:19:58 1.16 +++ np2/macos9/ini.cpp 2004/08/16 08:33:02 1.18 @@ -314,8 +314,13 @@ const INITBL *pterm; // ---- +#if !defined(SUPPORT_PC9821) static const char ini_title[] = "NekoProjectII"; static const char inifile[] = "np2.cfg"; +#else +static const char ini_title[] = "NekoProject21"; +static const char inifile[] = "np21.cfg"; +#endif static const INITBL iniitem[] = { {"windposx", INITYPE_SINT32, &np2oscfg.posx, 0}, @@ -400,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}};