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

version 1.18, 2004/03/02 23:23:06 version 1.20, 2004/04/18 16:42:28
Line 421  static const INITBL iniitem[] = { Line 421  static const INITBL iniitem[] = {
   
         {"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
   #ifdef SUPPORT_KEYDISP
           {"keydispl", INITYPE_BOOL,              &np2oscfg.keydisp,              0},
   #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}};
   

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


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