Home
last modified time | relevance | path

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

/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Dcpuboard.h20 extern int cpuboard_memorytype(struct uae_prefs *p);
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dmain.cpp350 if (cpuboard_memorytype(p) == BOARD_MEMORY_HIGHMEM) { in fixup_prefs()
352 } else if (cpuboard_memorytype(p) == BOARD_MEMORY_Z2) { in fixup_prefs()
354 } else if (cpuboard_memorytype(p) == BOARD_MEMORY_25BITMEM) { in fixup_prefs()
356 } else if (cpuboard_memorytype(p) == BOARD_MEMORY_EMATRIX) { in fixup_prefs()
H A Dcpuboard.cpp1846 …if (cpuboard_memorytype(p) == BOARD_MEMORY_BLIZZARD_12xx || cpuboard_memorytype(p) == BOARD_MEMORY… in cpuboard_jitdirectompatible()
1854 int b = cpuboard_memorytype(p); in cpuboard_32bit()
1867 int cpuboard_memorytype(struct uae_prefs *p) in cpuboard_memorytype() function
H A Dexpansion.cpp253 …g_mode == Z3MAPPING_AUTO || p->z3_mapping_mode == Z3MAPPING_UAE || cpuboard_memorytype(p) == BOARD… in expamem_z3hack()
/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…