summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emumem_mview.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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