Diff for /np2/macos9/ini.cpp between versions 1.5 and 1.7

version 1.5, 2003/11/12 00:55:38 version 1.7, 2003/11/15 07:10:02
Line 293  static const INITBL iniitem[] = { Line 293  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,
                                                                                                           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.5  
changed lines
  Added in v.1.7


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