Home
last modified time | relevance | path

Searched refs:z3_mapping_mode (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/fs-uae/fs-uae-3.1.35/src/od-win32/
H A Dmman.cpp464 …if (changed_prefs.z3_mapping_mode != Z3MAPPING_UAE && cpuboard_memorytype(&changed_prefs) != BOARD…
473 } else if (changed_prefs.z3_mapping_mode == Z3MAPPING_AUTO && currprefs.cachesize) {
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Doptions.h613 int z3_mapping_mode; member
/dports/emulators/hatari/hatari-2.2.1/src/cpu/
H A Doptions_cpu.h769 int z3_mapping_mode; member
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dexpansion.cpp253 …return p->z3_mapping_mode == Z3MAPPING_AUTO || p->z3_mapping_mode == Z3MAPPING_UAE || cpuboard_mem… in expamem_z3hack()
2274 bool alwaysmapz3 = currprefs.z3_mapping_mode != Z3MAPPING_REAL; in expamem_reset()
H A Dcfgfile.cpp1817 cfgfile_dwrite_str (f, _T("z3mapping"), z3mapping[p->z3_mapping_mode]); in cfgfile_save_options()
4486 || cfgfile_strval (option, value, _T("z3mapping"), &p->z3_mapping_mode, z3mapping, 0) in cfgfile_parse_hardware()
6142 p->z3_mapping_mode = Z3MAPPING_AUTO; in default_prefs()