|
|
| version 1.7, 2003/12/05 19:42:03 | version 1.9, 2004/01/22 01:10:05 |
|---|---|
| Line 297 static const INITBL iniitem[] = { | Line 297 static const INITBL iniitem[] = { |
| {"ExMemory", INITYPE_UINT8, &np2cfg.EXTMEM, 0}, | {"ExMemory", INITYPE_UINT8, &np2cfg.EXTMEM, 0}, |
| {"ITF_WORK", INITYPE_BOOL, &np2cfg.ITF_WORK, 0}, | {"ITF_WORK", INITYPE_BOOL, &np2cfg.ITF_WORK, 0}, |
| {"HDD1FILE", INITYPE_STR, np2cfg.hddfile[0], MAX_PATH}, | {"HDD1FILE", INITYPE_STR, np2cfg.sasihdd[0], MAX_PATH}, |
| {"HDD2FILE", INITYPE_STR, np2cfg.hddfile[1], MAX_PATH}, | {"HDD2FILE", INITYPE_STR, np2cfg.sasihdd[1], MAX_PATH}, |
| #if defined(SUPPORT_SCSI) | |
| {"SCSIHDD0", INITYPE_STR, np2cfg.scsihdd[0], MAX_PATH}, | |
| {"SCSIHDD1", INITYPE_STR, np2cfg.scsihdd[1], MAX_PATH}, | |
| {"SCSIHDD2", INITYPE_STR, np2cfg.scsihdd[2], MAX_PATH}, | |
| {"SCSIHDD3", INITYPE_STR, np2cfg.scsihdd[3], MAX_PATH}, | |
| #endif | |
| {"fontfile", INITYPE_STR, np2cfg.fontfile, MAX_PATH}, | {"fontfile", INITYPE_STR, np2cfg.fontfile, MAX_PATH}, |
| {"biospath", INITYPE_STR, np2cfg.biospath, MAX_PATH}, | {"biospath", INITYPE_STR, np2cfg.biospath, MAX_PATH}, |
| Line 363 static const INITBL iniitem[] = { | Line 369 static const INITBL iniitem[] = { |
| {"pbindcur", INITYPE_UINT8, &np2oscfg.bindcur, 0}, | {"pbindcur", INITYPE_UINT8, &np2oscfg.bindcur, 0}, |
| {"pbindbtn", INITYPE_UINT8, &np2oscfg.bindbtn, 0}, | {"pbindbtn", INITYPE_UINT8, &np2oscfg.bindbtn, 0}, |
| #endif | #endif |
| {"jast_snd", INITYPE_BOOL, &np2oscfg.jastsnd, 0}, // ver0.73 | |
| }; | }; |