Home
last modified time | relevance | path

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

/dports/games/libretro-gpsp/gpsp-300d0c0/
H A Dgba_memory.c3129 #define map_ram_region(type, start, end, mirror_blocks, region) \ macro
3298 map_ram_region(read, 0x2000000, 0x3000000, 8, ewram); in init_memory()
3299 map_ram_region(read, 0x3000000, 0x4000000, 1, iwram); in init_memory()
3310 map_ram_region(write, 0x2000000, 0x3000000, 8, ewram); in init_memory()
3311 map_ram_region(write, 0x3000000, 0x4000000, 1, iwram); in init_memory()