|
|
| version 1.14, 2004/07/26 15:53:26 | version 1.16, 2007/01/12 16:41:25 |
|---|---|
| Line 484 static const INITBL iniitem[] = { | Line 484 static const INITBL iniitem[] = { |
| {"hdrvroot", INIRO_STR, np2cfg.hdrvroot, MAX_PATH}, | {"hdrvroot", INIRO_STR, np2cfg.hdrvroot, MAX_PATH}, |
| {"hdrv_acc", INIRO_UINT8, &np2cfg.hdrvacc, 0}, | {"hdrv_acc", INIRO_UINT8, &np2cfg.hdrvacc, 0}, |
| {"pc_model", INITYPE_STR, &np2cfg.model, sizeof(np2cfg.model)}, | {"pc_model", INITYPE_STR, np2cfg.model, sizeof(np2cfg.model)}, |
| {"clk_base", INITYPE_UINT32, &np2cfg.baseclock, 0}, | {"clk_base", INITYPE_UINT32, &np2cfg.baseclock, 0}, |
| {"clk_mult", INITYPE_UINT32, &np2cfg.multiple, 0}, | {"clk_mult", INITYPE_UINT32, &np2cfg.multiple, 0}, |
| Line 606 static const INITBL iniitem[] = { | Line 606 static const INITBL iniitem[] = { |
| {"MIDIIN_d", INITYPE_STR, &np2oscfg.MIDIDEV[1], MAX_PATH}, | {"MIDIIN_d", INITYPE_STR, &np2oscfg.MIDIDEV[1], MAX_PATH}, |
| {"MIDIWAIT", INITYPE_UINT32, &np2oscfg.MIDIWAIT, 0}, | {"MIDIWAIT", INITYPE_UINT32, &np2oscfg.MIDIWAIT, 0}, |
| {"sharepix", INIRO_BOOL, &np2oscfg.shared_pixmap,0}, | |
| {"toolkit_", INIRO_STR, &np2oscfg.toolkit, sizeof(np2oscfg.toolkit)}, | |
| {"I286SAVE", INIRO_BOOL, &np2oscfg.I286SAVE, 0} | {"I286SAVE", INIRO_BOOL, &np2oscfg.I286SAVE, 0} |
| }; | }; |
| #define INIITEMS (sizeof(iniitem) / sizeof(iniitem[0])) | #define INIITEMS (sizeof(iniitem) / sizeof(iniitem[0])) |