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

version 1.18, 2004/08/16 08:33:02 version 1.19, 2005/05/16 06:08:22
Line 326  static const INITBL iniitem[] = { Line 326  static const INITBL iniitem[] = {
         {"windposx", INITYPE_SINT32,    &np2oscfg.posx,                 0},          {"windposx", INITYPE_SINT32,    &np2oscfg.posx,                 0},
         {"windposy", INITYPE_SINT32,    &np2oscfg.posy,                 0},          {"windposy", INITYPE_SINT32,    &np2oscfg.posy,                 0},
   
         {"pc_model", INITYPE_STR,               &np2cfg.model,          {"pc_model", INITYPE_STR,               np2cfg.model,
                                                                                                         sizeof(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},

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


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