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

version 1.5, 2003/11/12 00:55:38 version 1.6, 2003/11/14 07:37:29
Line 295  static const INITBL iniitem[] = { Line 295  static const INITBL iniitem[] = {
   
         {"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.5  
changed lines
  Added in v.1.6


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