summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emumem_aspace.cpp
Commit message (Expand)AuthorAgeFilesLines
* -cpu/drcbex64.cpp: Fixed handling of address map global mask. Vas Crabb2025-02-061-44/+10
* -cpu/drcbex64.cpp: Directly dispatch memory accesses no larger than native wi... Vas Crabb2025-02-051-36/+55
* emumem: add support for passing mem_mask parameter on 8-bit handlers hap2024-09-161-1/+6
* Encourage use of read/write delegate creator helpers (demo on Game Boy cartri... Vas Crabb2023-04-111-164/+4
* emumem: First try at wait states Olivier Galibert2023-02-221-1/+203
* emumem: remove the flags interface from address_space (still available throug... Olivier Galibert2022-08-111-100/+0
* emumem: Add accessors lookup_{read,write]_*_flags to lookup flags without ac... Olivier Galibert2022-08-041-4/+54
* Addressed some Lua scripting pitfalls. (#9294) Vas Crabb2022-02-121-37/+29
* Fun with flags: Allows handlers to have user-defined flags set on Olivier Galibert2021-11-281-216/+278
* emumem_aspace: Unref the root dispatch when destroying the address space Olivier Galibert2021-11-261-0/+5
* emu/emumem*: Removed endianness template parameter from handler_entry_read, h... ajrhacker2021-07-091-71/+71
* emumem: Disable the unmap-value-in-device-map test for now Olivier Galibert2021-02-201-6/+9
* emumem: Fix regions and shares on dynamically-installed device maps Olivier Galibert2021-02-161-22/+61
* Forgot to switch off the control Olivier Galibert2020-11-261-1/+1
* views: Fix recursion on dup and lookup, reintroduce the correct tim100 view u... Olivier Galibert2020-11-261-1/+1
* Implement views, which are essentially bankdevs integrated into the Olivier Galibert2020-11-221-0/+1200