|
|
| version 1.34, 2005/02/16 09:31:55 | version 1.36, 2005/03/18 09:23:11 |
|---|---|
| Line 348 const OEMCHAR *set; | Line 348 const OEMCHAR *set; |
| if (set) { | if (set) { |
| #if defined(OSLANG_UCS2) | #if defined(OSLANG_UCS2) |
| OEMCHAR item[10]; | OEMCHAR item[10]; |
| oemtext_sjis2oem(item, NELEMENTS(item), p->item, (UINT)-1); | oemtext_sjistooem(item, NELEMENTS(item), p->item, (UINT)-1); |
| WritePrivateProfileString(title, item, set, path); | WritePrivateProfileString(title, item, set, path); |
| #else | #else |
| WritePrivateProfileString(title, p->item, set, path); | WritePrivateProfileString(title, p->item, set, path); |
| Line 407 static const INITBL iniitem[] = { | Line 407 static const INITBL iniitem[] = { |
| {"DIPswtch", INITYPE_ARGH8, np2cfg.dipsw, 3}, | {"DIPswtch", INITYPE_ARGH8, np2cfg.dipsw, 3}, |
| {"MEMswtch", INITYPE_ARGH8, np2cfg.memsw, 8}, | {"MEMswtch", INITYPE_ARGH8, np2cfg.memsw, 8}, |
| {"ExMemory", INIMAX_UINT8, &np2cfg.EXTMEM, 13}, | {"ExMemory", INIMAX_UINT8, &np2cfg.EXTMEM, 63}, |
| {"ITF_WORK", INIRO_BOOL, &np2cfg.ITF_WORK, 0}, | {"ITF_WORK", INIRO_BOOL, &np2cfg.ITF_WORK, 0}, |
| {"HDD1FILE", INITYPE_STR, np2cfg.sasihdd[0], MAX_PATH}, | {"HDD1FILE", INITYPE_STR, np2cfg.sasihdd[0], MAX_PATH}, |