Diff for /np2/macos9/ini.cpp between versions 1.16 and 1.17

version 1.16, 2004/03/12 18:19:58 version 1.17, 2004/05/21 14:30:32
Line 314  const INITBL *pterm; Line 314  const INITBL *pterm;
   
 // ----  // ----
   
   #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[] = {
         {"windposx", INITYPE_SINT32,    &np2oscfg.posx,                 0},          {"windposx", INITYPE_SINT32,    &np2oscfg.posx,                 0},

Removed from v.1.16  
changed lines
  Added in v.1.17


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