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

version 1.5, 2003/11/12 00:55:38 version 1.8, 2003/12/04 06:41:23
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},
   
Line 304  static const INITBL iniitem[] = { Line 306  static const INITBL iniitem[] = {
         {"HDD1FILE", INITYPE_STR,               np2cfg.hddfile[0],              MAX_PATH},          {"HDD1FILE", INITYPE_STR,               np2cfg.hddfile[0],              MAX_PATH},
         {"HDD2FILE", INITYPE_STR,               np2cfg.hddfile[1],              MAX_PATH},          {"HDD2FILE", INITYPE_STR,               np2cfg.hddfile[1],              MAX_PATH},
         {"fontfile", INITYPE_STR,               np2cfg.fontfile,                MAX_PATH},          {"fontfile", INITYPE_STR,               np2cfg.fontfile,                MAX_PATH},
           {"biospath", INITYPE_STR,               np2cfg.biospath,                MAX_PATH},
   
         {"SampleHz", INITYPE_UINT16,    &np2cfg.samplingrate,   0},          {"SampleHz", INITYPE_UINT16,    &np2cfg.samplingrate,   0},
         {"Latencys", INITYPE_UINT16,    &np2cfg.delayms,                0},          {"Latencys", INITYPE_UINT16,    &np2cfg.delayms,                0},

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


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