Diff for /np2/macosx/ini.cpp between versions 1.8 and 1.10

version 1.8, 2003/11/14 07:37:29 version 1.10, 2003/12/02 11:09:07
Line 334  static const char inifile[] = "np2.cfg"; Line 334  static const char inifile[] = "np2.cfg";
 static const INITBL iniitem[] = {  static const INITBL iniitem[] = {
         {"np2title", INITYPE_STR,                       np2oscfg.titles,          {"np2title", INITYPE_STR,                       np2oscfg.titles,
                                                                                                         sizeof(np2oscfg.titles)},                                                                                                          sizeof(np2oscfg.titles)},
           {"WindposX", INITYPE_SINT32,    &np2oscfg.winx,                 0},
           {"WindposY", INITYPE_SINT32,    &np2oscfg.winy,                 0},
   
           {"pc_model", INITYPE_STR,               &np2cfg.model,
                                                                                                           sizeof(np2cfg.model)},
         {"clk_base", INITYPE_SINT32,    &np2cfg.baseclock,              0},          {"clk_base", INITYPE_SINT32,    &np2cfg.baseclock,              0},
         {"clk_mult", INITYPE_SINT32,    &np2cfg.multiple,               0},          {"clk_mult", INITYPE_SINT32,    &np2cfg.multiple,               0},
         {"pc_model", INITYPE_UINT8,             &np2cfg.model,                  0},  
   
         {"DIPswtch", INITYPE_BYTEARG,   np2cfg.dipsw,                   3},          {"DIPswtch", INITYPE_BYTEARG,   np2cfg.dipsw,                   3},
         {"MEMswtch", INITYPE_BYTEARG,   np2cfg.memsw,                   8},          {"MEMswtch", INITYPE_BYTEARG,   np2cfg.memsw,                   8},

Removed from v.1.8  
changed lines
  Added in v.1.10


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