summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emumem_mview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fun with flags: Allows handlers to have user-defined flags set on Olivier Galibert2021-11-281-187/+197
* emu/emumem*: Removed endianness template parameter from handler_entry_read, h... ajrhacker2021-07-091-123/+107
* Added helpers for 64-bit count leading zeroes/ones. Vas Crabb2021-06-131-1/+1
* mview: Fix missing import of submaps in views. Need to fix more about import... Olivier Galibert2021-05-121-2/+4
* srcclean in preparation for branching release Vas Crabb2021-04-251-1/+1
* views: Invalidate the caches on bank selection change [O. Galibert] Dirk Best2021-04-131-0/+6
* 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