Home
last modified time | relevance | path

Searched refs:z3fs (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dexpansion.c1121 int z3fs = ((expamem_hi | (expamem_lo >> 4)) << 16); in expamem_map_z3fastmem_2() local
1124 if (z3fs) { in expamem_map_z3fastmem_2()
1125 if (start != z3fs) { in expamem_map_z3fastmem_2()
1126 write_log (_T("WARNING: Z3MEM mapping changed from $%08x to $%08x\n"), start, z3fs); in expamem_map_z3fastmem_2()
1128 *startp = z3fs; in expamem_map_z3fastmem_2()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dexpansion.cpp1611 int z3fs = expamem_z3_pointer; in expamem_map_z3fastmem_2() local
1615 if (z3fs && start != z3fs) { in expamem_map_z3fastmem_2()
1616 write_log (_T("WARNING: Z3MEM mapping changed from $%08x to $%08x\n"), start, z3fs); in expamem_map_z3fastmem_2()
1618 *startp = z3fs; in expamem_map_z3fastmem_2()
1622 map_banks_z3(bank, z3fs >> 16, size >> 16); in expamem_map_z3fastmem_2()
1623 start = z3fs; in expamem_map_z3fastmem_2()
1624 *startp = z3fs; in expamem_map_z3fastmem_2()