|
|
| version 1.19, 2004/03/15 05:06:01 | version 1.21, 2004/05/23 04:07:56 |
|---|---|
| Line 328 const INITBL *pterm; | Line 328 const INITBL *pterm; |
| extern int winx; | extern int winx; |
| extern int winy; | extern int winy; |
| #if !defined(SUPPORT_PC9821) | |
| static const char ini_title[] = "NekoProjectII"; | static const char ini_title[] = "NekoProjectII"; |
| static const char inifile[] = "np2.cfg"; | static const char inifile[] = "np2.cfg"; |
| #else | |
| static const char ini_title[] = "NekoProject21"; | |
| static const char inifile[] = "np21.cfg"; | |
| #endif | |
| static const INITBL iniitem[] = { | static const INITBL iniitem[] = { |
| {"np2title", INITYPE_STR, np2oscfg.titles, | {"np2title", INITYPE_STR, np2oscfg.titles, |
| Line 424 static const INITBL iniitem[] = { | Line 429 static const INITBL iniitem[] = { |
| #ifdef SUPPORT_KEYDISP | #ifdef SUPPORT_KEYDISP |
| {"keydispl", INITYPE_BOOL, &np2oscfg.keydisp, 0}, | {"keydispl", INITYPE_BOOL, &np2oscfg.keydisp, 0}, |
| #endif | #endif |
| #ifdef SUPPORT_SOFTKBD | |
| {"softkybd", INITYPE_BOOL, &np2oscfg.softkey, 0}, | |
| #endif | |
| {"jast_snd", INITYPE_BOOL, &np2oscfg.jastsnd, 0}, // ver0.73 | {"jast_snd", INITYPE_BOOL, &np2oscfg.jastsnd, 0}, // ver0.73 |
| {"I286SAVE", INITYPE_BOOL, &np2oscfg.I286SAVE, 0}}; | {"I286SAVE", INITYPE_BOOL, &np2oscfg.I286SAVE, 0}}; |