Diff for /np2/macosx/ini.cpp between versions 1.15 and 1.18

version 1.15, 2004/01/23 17:37:39 version 1.18, 2004/03/02 23:23:06
Line 413  static const INITBL iniitem[] = { Line 413  static const INITBL iniitem[] = {
         {"USE144FD", INITYPE_BOOL,              &np2cfg.usefd144,               0},          {"USE144FD", INITYPE_BOOL,              &np2cfg.usefd144,               0},
         {"Mouse_sw", INITYPE_BOOL,              &np2oscfg.MOUSE_SW,             0},          {"Mouse_sw", INITYPE_BOOL,              &np2oscfg.MOUSE_SW,             0},
         {"comfirm_", INITYPE_BOOL,              &np2oscfg.comfirm,              0},          {"comfirm_", INITYPE_BOOL,              &np2oscfg.comfirm,              0},
           
           {"mpu98map", INITYPE_STR,               np2oscfg.mpu.mout,              MAX_PATH},
           {"mpu98min", INITYPE_STR,               np2oscfg.mpu.min,               MAX_PATH},
           {"mpu98mdl", INITYPE_STR,               np2oscfg.mpu.mdl,               64},
           {"mpu98def", INITYPE_STR,               np2oscfg.mpu.def,               MAX_PATH},
   
         {"e_resume", INITYPE_BOOL,              &np2oscfg.resume,               0},             // ver0.30          {"e_resume", INITYPE_BOOL,              &np2oscfg.resume,               0},             // ver0.30
         {"toolwind", INITYPE_BOOL,              &np2oscfg.toolwin,              0},             // ver0.38          {"toolwind", INITYPE_BOOL,              &np2oscfg.toolwin,              0},             // ver0.38
         {"jast_snd", INITYPE_BOOL,              &np2oscfg.jastsnd,              0},             // ver0.73          {"jast_snd", INITYPE_BOOL,              &np2oscfg.jastsnd,              0},             // ver0.73

Removed from v.1.15  
changed lines
  Added in v.1.18


RetroPC.NET-CVS <cvs@retropc.net>