|
|
| version 1.4, 2003/11/11 17:19:38 | version 1.6, 2003/11/14 07:37:29 |
|---|---|
| Line 290 static const char ini_title[] = "NekoPro | Line 290 static const char ini_title[] = "NekoPro |
| static const char inifile[] = "np2.cfg"; | static const char inifile[] = "np2.cfg"; |
| static const INITBL iniitem[] = { | static const INITBL iniitem[] = { |
| {"windposx", INITYPE_SINT32, &np2oscfg.posx, 0}, | |
| {"windposy", INITYPE_SINT32, &np2oscfg.posy, 0}, | |
| {"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 330 static const INITBL iniitem[] = { | Line 334 static const INITBL iniitem[] = { |
| {"F12_COPY", INITYPE_UINT8, &np2oscfg.F12COPY, 0}, | {"F12_COPY", INITYPE_UINT8, &np2oscfg.F12COPY, 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}, | |
| {"MS_RAPID", INITYPE_BOOL, &np2cfg.MOUSERAPID, 0}, | {"MS_RAPID", INITYPE_BOOL, &np2cfg.MOUSERAPID, 0}, |
| {"VRAMwait", INITYPE_BYTEARG, np2cfg.wait, 6}, | {"VRAMwait", INITYPE_BYTEARG, np2cfg.wait, 6}, |