Diff for /np2/win9x/ini.cpp between versions 1.26 and 1.29

version 1.26, 2004/03/07 07:51:26 version 1.29, 2004/05/23 15:01:45
Line 246  const INITBL *pterm; Line 246  const INITBL *pterm;
                                 GetPrivateProfileString(title, p->item, work,                                  GetPrivateProfileString(title, p->item, work,
                                                                                                 work, sizeof(work), path);                                                                                                  work, sizeof(work), path);
                                 val = (UINT32)milstr_solveHEX(work);                                  val = (UINT32)milstr_solveHEX(work);
                                 *(UINT16 *)p->value = (UINT32)val;                                  *(UINT32 *)p->value = (UINT32)val;
                                 break;                                  break;
   
                         case INITYPE_BYTE3:                          case INITYPE_BYTE3:
Line 343  const char  *set; Line 343  const char  *set;
   
 // ----  // ----
   
   #if !defined(SUPPORT_PC9821)
 static const char ini_title[] = "NekoProjectII";  static const char ini_title[] = "NekoProjectII";
   #else
   static const char ini_title[] = "NekoProject21";
   #endif
   
 enum {  enum {
         INIRO_STR                       = INITYPE_STR + INIFLAG_RO,          INIRO_STR                       = INITYPE_STR + INIFLAG_RO,
Line 506  static const INITBL iniitem[] = { Line 510  static const INITBL iniitem[] = {
         {"keydispl", INITYPE_BOOL,              &np2oscfg.keydisp,              0},          {"keydispl", INITYPE_BOOL,              &np2oscfg.keydisp,              0},
         {"jast_snd", INITYPE_BOOL,              &np2oscfg.jastsnd,              0},             // ver0.73          {"jast_snd", INITYPE_BOOL,              &np2oscfg.jastsnd,              0},             // ver0.73
         {"useromeo", INITYPE_BOOL,              &np2oscfg.useromeo,             0},             // ver0.74          {"useromeo", INITYPE_BOOL,              &np2oscfg.useromeo,             0},             // ver0.74
           {"thickfrm", INITYPE_BOOL,              &np2oscfg.thickframe,   0},             // ver0.77
         {"I286SAVE", INIRO_BOOL,                &np2oscfg.I286SAVE,             0}};          {"I286SAVE", INIRO_BOOL,                &np2oscfg.I286SAVE,             0}};
   
   

Removed from v.1.26  
changed lines
  Added in v.1.29


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