summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emumem_mview.cpp
Commit message (Expand)AuthorAgeFilesLines
* emumem_mview: remove extra negative check after prev commit hap2026-02-161-5/+2
* emumem_mview: on switch, do nothing if selected slot is same as before hap2026-02-161-11/+18
* lisa: Massive updates Olivier Galibert2026-01-071-18/+18
* video/ym7101.cpp: fix name tables with uppermost bit discarded in 64 KiB mode angelosa2025-09-211-1/+1
* emumem: Optimize a specific but useful case. Olivier Galibert2025-09-021-11/+11
* Fix some range computation issues with some weird views. Olivier Galibert2025-04-211-49/+49
* memory_view: fix possible nullptr crash, add exists() getter hap2024-08-151-11/+14
* Encourage use of read/write delegate creator helpers (demo on Game Boy cartri... Vas Crabb2023-04-111-167/+4
* emumem_mview: Add the forgotten key, allows to distinguish ram zones at the s... Olivier Galibert2023-03-201-1/+1
* emumem: First try at wait states Olivier Galibert2023-02-221-0/+221
* mview: removed a little too much Olivier Galibert2022-11-181-0/+4
* mview: Don't forget to select the correct page when installing handlers, espe... Olivier Galibert2022-11-121-4/+13
* emu: Fixed issues with memory views and snapshot naming. Vas Crabb2022-07-011-2/+2
* Addressed some Lua scripting pitfalls. (#9294) Vas Crabb2022-02-121-19/+16
* 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