| version 1.3, 2003/11/14 07:37:29 | version 1.6, 2003/12/27 02:29:44 | 
| Line 295  static const INITBL iniitem[] = { | Line 295  static const INITBL iniitem[] = { | 
 | {"HDfolder", INITYPE_STR,               hddfolder,                              MAX_PATH}, | {"HDfolder", INITYPE_STR,               hddfolder,                              MAX_PATH}, | 
 | {"bmap_Dir", INITYPE_STR,               bmpfilefolder,                  MAX_PATH}, | {"bmap_Dir", INITYPE_STR,               bmpfilefolder,                  MAX_PATH}, | 
 | {"fontfile", INITYPE_STR,               np2cfg.fontfile,                MAX_PATH}, | {"fontfile", INITYPE_STR,               np2cfg.fontfile,                MAX_PATH}, | 
 |  | {"biospath", INITYPE_STR,               np2cfg.biospath,                MAX_PATH}, | 
 |  |  | 
 |  | {"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}, | 
 | {"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}, | 
| Line 360  static const INITBL iniitem[] = { | Line 362  static const INITBL iniitem[] = { | 
 | {"pc9861_j", INITYPE_BYTEARG,   np2cfg.pc9861jmp,               6}, | {"pc9861_j", INITYPE_BYTEARG,   np2cfg.pc9861jmp,               6}, | 
 | {"calendar", INITYPE_BOOL,              &np2cfg.calendar,               0}, | {"calendar", INITYPE_BOOL,              &np2cfg.calendar,               0}, | 
 | {"USE144FD", INITYPE_BOOL,              &np2cfg.usefd144,               0}, | {"USE144FD", INITYPE_BOOL,              &np2cfg.usefd144,               0}, | 
 |  | {"jast_snd", INITYPE_BOOL,              &np2oscfg.jastsnd,              0},             // ver0.73 | 
 | {"I286SAVE", INITYPE_BOOL,              &np2oscfg.I286SAVE,             0}}; | {"I286SAVE", INITYPE_BOOL,              &np2oscfg.I286SAVE,             0}}; | 
 |  |  | 
 | #define INIITEMS        (sizeof(iniitem) / sizeof(INITBL)) | #define INIITEMS        (sizeof(iniitem) / sizeof(INITBL)) |