Diff for /np2/sdl/ini.c between versions 1.4 and 1.5

version 1.4, 2004/01/22 02:11:26 version 1.5, 2005/05/16 06:08:22
Line 287  static const char ini_title[] = "NekoPro Line 287  static const char ini_title[] = "NekoPro
 static const char inifile[] = "np2.cfg";  static const char inifile[] = "np2.cfg";
   
 static const INITBL iniitem[] = {  static const INITBL iniitem[] = {
         {"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.4  
changed lines
  Added in v.1.5


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