|
|
| version 1.6, 2003/11/14 07:37:29 | version 1.10, 2004/01/07 08:33:00 |
|---|---|
| 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}, |
| {"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 305 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}, |
| Line 331 static const INITBL iniitem[] = { | Line 333 static const INITBL iniitem[] = { |
| {"Seek_Snd", INITYPE_BOOL, &np2cfg.MOTOR, 0}, | {"Seek_Snd", INITYPE_BOOL, &np2cfg.MOTOR, 0}, |
| {"Seek_Vol", INITYPE_UINT8, &np2cfg.MOTORVOL, 0}, | {"Seek_Vol", INITYPE_UINT8, &np2cfg.MOTORVOL, 0}, |
| {"F12_COPY", INITYPE_UINT8, &np2oscfg.F12COPY, 0}, | {"F11_bind", INITYPE_UINT8, &np2oscfg.F11KEY, 0}, |
| {"F12_bind", INITYPE_UINT8, &np2oscfg.F12KEY, 0}, | |
| {"btnRAPID", INITYPE_BOOL, &np2cfg.BTN_RAPID, 0}, | {"btnRAPID", INITYPE_BOOL, &np2cfg.BTN_RAPID, 0}, |
| {"btn_MODE", INITYPE_BOOL, &np2cfg.BTN_MODE, 0}, | {"btn_MODE", INITYPE_BOOL, &np2cfg.BTN_MODE, 0}, |
| {"Mouse_sw", INITYPE_BOOL, &np2oscfg.MOUSE_SW, 0}, | {"Mouse_sw", INITYPE_BOOL, &np2oscfg.MOUSE_SW, 0}, |
| Line 358 static const INITBL iniitem[] = { | Line 361 static const INITBL iniitem[] = { |
| {"calendar", INITYPE_BOOL, &np2cfg.calendar, 0}, | {"calendar", INITYPE_BOOL, &np2cfg.calendar, 0}, |
| {"USE144FD", INITYPE_BOOL, &np2cfg.usefd144, 0}, | {"USE144FD", INITYPE_BOOL, &np2cfg.usefd144, 0}, |
| {"e_resume", INITYPE_BOOL, &np2oscfg.resume, 0}, | {"e_resume", INITYPE_BOOL, &np2oscfg.resume, 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)) |