Diff for /np2/win9x/ini.cpp between versions 1.18 and 1.19

version 1.18, 2004/01/05 05:04:54 version 1.19, 2004/01/09 04:36:03
Line 343  static const INITBL iniitem[] = { Line 343  static const INITBL iniitem[] = {
         {"bmap_Dir", INITYPE_STR,               bmpfilefolder,                  MAX_PATH},          {"bmap_Dir", INITYPE_STR,               bmpfilefolder,                  MAX_PATH},
         {"fontfile", INITYPE_STR,               np2cfg.fontfile,                MAX_PATH},          {"fontfile", INITYPE_STR,               np2cfg.fontfile,                MAX_PATH},
         {"biospath", INIRO_STR,                 np2cfg.biospath,                MAX_PATH},          {"biospath", INIRO_STR,                 np2cfg.biospath,                MAX_PATH},
           {"hdrvroot", INIRO_STR,                 np2cfg.hdrvroot,                MAX_PATH},
   
         {"pc_model", INITYPE_STR,               &np2cfg.model,          {"pc_model", INITYPE_STR,               &np2cfg.model,
                                                                                                         sizeof(np2cfg.model)},                                                                                                          sizeof(np2cfg.model)},

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


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