--- np2/win9x/ini.cpp 2005/02/16 09:31:55 1.34 +++ np2/win9x/ini.cpp 2005/03/18 09:23:11 1.36 @@ -348,7 +348,7 @@ const OEMCHAR *set; if (set) { #if defined(OSLANG_UCS2) 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); #else WritePrivateProfileString(title, p->item, set, path); @@ -407,7 +407,7 @@ static const INITBL iniitem[] = { {"DIPswtch", INITYPE_ARGH8, np2cfg.dipsw, 3}, {"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}, {"HDD1FILE", INITYPE_STR, np2cfg.sasihdd[0], MAX_PATH},