summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emumem_mview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove final cases where people directly registered state data with the core ... Aaron Giles2021-04-141-2/+3
* views: Ensure alternatives are always created Olivier Galibert2021-03-101-0/+4
* emumem_mview.cpp: Use count_leading_zeros to simplify awidth calculation AJR2021-03-051-6/+1
* views: Keep a reference to the handlers so that installs overlapping them don... Olivier Galibert2021-03-031-0/+10
* emuview: Fix init_handlers in specific cases, fix mapping ioports in views Olivier Galibert2021-02-271-2/+2
* 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-16/+39
* views: pre-inline h_make_1, reduces the memory a little more Olivier Galibert2020-12-281-55/+50
* views: Remove the lambdas, seems to make the compiler usage resources less ca... Olivier Galibert2020-12-281-72/+78
* view: Save their state Olivier Galibert2020-12-211-0/+8
* 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-0/+995