| version 1.1, 2003/11/16 16:43:45 | version 1.3, 2003/11/26 14:55:01 | 
| Line 511  static const INITBL iniitem[] = { | Line 511  static const INITBL iniitem[] = { | 
 | {"Joystick", INITYPE_BOOL,      &np2oscfg.JOYPAD1,      0}, | {"Joystick", INITYPE_BOOL,      &np2oscfg.JOYPAD1,      0}, | 
 | {"Joy1_btn", INITYPE_ARGH8,     np2oscfg.JOY1BTN,       4}, | {"Joy1_btn", INITYPE_ARGH8,     np2oscfg.JOY1BTN,       4}, | 
 |  |  | 
| {"comfirm_", INITYPE_BOOL,      &np2oscfg.comfirm,      0}, | {"confirm_", INITYPE_BOOL,      &np2oscfg.confirm,      0}, | 
 |  |  | 
 | {"mpu98map", INITYPE_STR,       np2oscfg.mpu.mout,      MAX_PATH}, | {"mpu98map", INITYPE_STR,       np2oscfg.mpu.mout,      MAX_PATH}, | 
 | {"mpu98min", INITYPE_STR,       np2oscfg.mpu.min,       MAX_PATH}, | {"mpu98min", INITYPE_STR,       np2oscfg.mpu.min,       MAX_PATH}, | 
| Line 532  static const INITBL iniitem[] = { | Line 532  static const INITBL iniitem[] = { | 
 | {"MIDIIN_d", INITYPE_STR,       &np2oscfg.MIDIDEV[1],   MAX_PATH}, | {"MIDIIN_d", INITYPE_STR,       &np2oscfg.MIDIDEV[1],   MAX_PATH}, | 
 | {"MIDIWAIT", INITYPE_UINT32,    &np2oscfg.MIDIWAIT,     0}, | {"MIDIWAIT", INITYPE_UINT32,    &np2oscfg.MIDIWAIT,     0}, | 
 |  |  | 
 |  | {"sharepix", INIRO_BOOL,        &np2oscfg.shared_pixmap,0}, | 
 |  |  | 
 | {"toolkit_", INIRO_STR,         &np2oscfg.toolkit,      sizeof(np2oscfg.toolkit)}, | {"toolkit_", INIRO_STR,         &np2oscfg.toolkit,      sizeof(np2oscfg.toolkit)}, | 
 |  |  | 
 | {"I286SAVE", INIRO_BOOL,        &np2oscfg.I286SAVE,     0} | {"I286SAVE", INIRO_BOOL,        &np2oscfg.I286SAVE,     0} |