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

version 1.19, 2004/03/15 05:06:01 version 1.20, 2004/04/18 16:42:28
Line 424  static const INITBL iniitem[] = { Line 424  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}};
   

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


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