|
|
| version 1.7, 2003/11/13 15:52:04 | version 1.9, 2003/11/15 07:10:03 |
|---|---|
| Line 106 const INITBL *p; | Line 106 const INITBL *p; |
| break; | break; |
| case INITYPE_ARGS16: | case INITYPE_ARGS16: |
| milstr_ncpy(work, data, 512); | milstr_ncpy(work, data, sizeof(work)); |
| inirdargs16(work, p); | inirdargs16(work, p); |
| break; | break; |
| Line 334 static const char inifile[] = "np2.cfg"; | Line 334 static const char inifile[] = "np2.cfg"; |
| static const INITBL iniitem[] = { | static const INITBL iniitem[] = { |
| {"np2title", INITYPE_STR, np2oscfg.titles, | {"np2title", INITYPE_STR, np2oscfg.titles, |
| sizeof(np2oscfg.titles)}, | sizeof(np2oscfg.titles)}, |
| {"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}, |