|
|
| version 1.4, 2003/11/28 16:29:57 | version 1.7, 2004/01/13 16:28:18 |
|---|---|
| Line 447 static const INITBL iniitem[] = { | Line 447 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)}, | {"pc_model", INITYPE_STR, &np2cfg.model, sizeof(np2cfg.model)}, |
| Line 515 static const INITBL iniitem[] = { | Line 516 static const INITBL iniitem[] = { |
| {"USE144FD", INITYPE_BOOL, &np2cfg.usefd144, 0}, | {"USE144FD", INITYPE_BOOL, &np2cfg.usefd144, 0}, |
| {"keyboard", INIRO_KB, &np2oscfg.KEYBOARD, 0}, | {"keyboard", INIRO_KB, &np2oscfg.KEYBOARD, 0}, |
| {"F12_COPY", INITYPE_UINT8, &np2oscfg.F12COPY, 0}, | {"F12_COPY", INITYPE_UINT8, &np2oscfg.F12KEY, 0}, |
| {"Joystick", INITYPE_BOOL, &np2oscfg.JOYPAD1, 0}, | {"Joystick", INITYPE_BOOL, &np2oscfg.JOYPAD1, 0}, |
| {"Joy1_btn", INITYPE_ARGH8, np2oscfg.JOY1BTN, 4}, | {"Joy1_btn", INITYPE_ARGH8, np2oscfg.JOY1BTN, 4}, |
| Line 533 static const INITBL iniitem[] = { | Line 534 static const INITBL iniitem[] = { |
| #endif | #endif |
| {"toolwind", INITYPE_BOOL, &np2oscfg.toolwin, 0}, | {"toolwind", INITYPE_BOOL, &np2oscfg.toolwin, 0}, |
| {"keydispl", INITYPE_BOOL, &np2oscfg.keydisp, 0}, | {"keydispl", INITYPE_BOOL, &np2oscfg.keydisp, 0}, |
| {"jast_snd", INITYPE_BOOL, &np2oscfg.jastsnd, 0}, | |
| {"sounddrv", INITYPE_SNDDRV, &np2oscfg.snddrv, 0}, | {"sounddrv", INITYPE_SNDDRV, &np2oscfg.snddrv, 0}, |
| {"audiodev", INITYPE_STR, &np2oscfg.audiodev, MAX_PATH}, | {"audiodev", INITYPE_STR, &np2oscfg.audiodev, MAX_PATH}, |