summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emumem_hedr.ipp
Commit message (Expand)AuthorAgeFilesLines
* Encourage use of read/write delegate creator helpers (demo on Game Boy cartri... Vas Crabb2023-04-111-3/+3
* cpu/nec: Fixed build; also, srcclean Vas Crabb2023-03-261-2/+2
* emumem: Implement the passthrough handler priority ordering, fixes a number o... Olivier Galibert2023-02-231-12/+53
* emumem: First try at wait states Olivier Galibert2023-02-221-0/+5
* Fix f726eee (mumdump broken) Olivier Galibert2022-12-021-2/+2
* emumem: Fix range tracking when creating a subdispatch Olivier Galibert2022-10-271-0/+4
* emumem: Add accessors lookup_{read,write]_*_flags to lookup flags without ac... Olivier Galibert2022-08-041-0/+5
* Fun with flags: Allows handlers to have user-defined flags set on Olivier Galibert2021-11-281-0/+5
* view: take into account the pre-offsetting when expanding handlers Olivier Galibert2021-09-221-2/+3
* Moved a few slot devices into anonymous namespaces, getting more stuff out of... Vas Crabb2021-09-141-1/+1
* emumem: Put back masking removed by mistake Olivier Galibert2021-09-121-2/+2
* views: Fix a number of problems with specific boundaries. Olivier Galibert2021-09-111-54/+115
* emu/emumem*: Removed endianness template parameter from handler_entry_read, h... ajrhacker2021-07-091-50/+50
* emumem: Correct logic in populate_mismatched_nomirror and populate_passthroug... AJR2021-06-101-27/+27
* emuview: Fix init_handlers in specific cases, fix mapping ioports in views Olivier Galibert2021-02-271-1/+1
* views: Fix some issue when the view does nor span an exact power-of-two block Olivier Galibert2021-01-181-6/+7
* emumem: more idiomatic way to access members inherited from argument-dependen... Vas Crabb2021-01-041-8/+13
* views: Fix recursion on dup and lookup, reintroduce the correct tim100 view u... Olivier Galibert2020-11-261-1/+1
* Work around GNU libstdc++ wanting to stack large temporaries when vector elem... Vas Crabb2020-11-231-3/+3
* Implement views, which are essentially bankdevs integrated into the Olivier Galibert2020-11-221-87/+233
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-30/+29
* emumem: Another slight speedup. masking before dispatch at top level is not ... Olivier Galibert2020-05-211-2/+1
* emumem: Slight speedup [O. Galibert] Olivier Galibert2020-05-191-1/+8
* memory: Allow simplified versions of handlers [O. Galibert] Olivier Galibert2018-08-021-1/+1
* (nw) srcclean and some cleanup: Vas Crabb2018-07-221-1/+1
* Various watchpoint fixes (nw) Olivier Galibert2018-07-011-7/+8
* emumem: Backend modernization [O. Galibert] Olivier Galibert2018-06-291-0/+479