Home
last modified time | relevance | path

Searched refs:allocated_z3fastmem2 (Results 1 – 3 of 3) sorted by relevance

/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dexpansion.c909 return (addr + size) <= allocated_z3fastmem2; in z3fastmem2_check()
1347 if (allocated_z3fastmem2 != currprefs.z3fastmem2_size) { in allocate_expamem()
1352 allocated_z3fastmem2 = currprefs.z3fastmem2_size; in allocate_expamem()
1353 z3fastmem2_mask = allocated_z3fastmem2 - 1; in allocate_expamem()
1355 if (allocated_z3fastmem2) { in allocate_expamem()
1359 allocated_z3fastmem2 = 0; in allocate_expamem()
1400 if (allocated_z3fastmem2 > 0) { in allocate_expamem()
1403 allocated_z3fastmem2); in allocate_expamem()
1408 allocated_z3fastmem2); in allocate_expamem()
1669 allocated_z3fastmem2 = 0; in expansion_init()
[all …]
H A Dmemory.c130 uae_u32 allocated_z3fastmem, allocated_z3fastmem2, allocated_z3chipmem; variable
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Dmemory_uae.h54 extern uae_u32 allocated_z3fastmem, allocated_z3fastmem2, allocated_z3chipmem;