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

version 1.20, 2004/04/18 16:42:28 version 1.21, 2004/05/23 04:07:56
Line 328  const INITBL *pterm; Line 328  const INITBL *pterm;
 extern  int             winx;  extern  int             winx;
 extern  int             winy;  extern  int             winy;
   
   #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[] = {
         {"np2title", INITYPE_STR,                       np2oscfg.titles,          {"np2title", INITYPE_STR,                       np2oscfg.titles,

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


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