index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
emumem_mview.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
memory_view: fix possible nullptr crash, add exists() getter
hap
2024-08-15
1
-11
/
+14
*
Encourage use of read/write delegate creator helpers (demo on Game Boy cartri...
Vas Crabb
2023-04-11
1
-167
/
+4
*
emumem_mview: Add the forgotten key, allows to distinguish ram zones at the s...
Olivier Galibert
2023-03-20
1
-1
/
+1
*
emumem: First try at wait states
Olivier Galibert
2023-02-22
1
-0
/
+221
*
mview: removed a little too much
Olivier Galibert
2022-11-18
1
-0
/
+4
*
mview: Don't forget to select the correct page when installing handlers, espe...
Olivier Galibert
2022-11-12
1
-4
/
+13
*
emu: Fixed issues with memory views and snapshot naming.
Vas Crabb
2022-07-01
1
-2
/
+2
*
Addressed some Lua scripting pitfalls. (#9294)
Vas Crabb
2022-02-12
1
-19
/
+16
*
Fun with flags: Allows handlers to have user-defined flags set on
Olivier Galibert
2021-11-28
1
-187
/
+197
*
emu/emumem*: Removed endianness template parameter from handler_entry_read, h...
ajrhacker
2021-07-09
1
-123
/
+107
*
Added helpers for 64-bit count leading zeroes/ones.
Vas Crabb
2021-06-13
1
-1
/
+1
*
mview: Fix missing import of submaps in views. Need to fix more about import...
Olivier Galibert
2021-05-12
1
-2
/
+4
*
srcclean in preparation for branching release
Vas Crabb
2021-04-25
1
-1
/
+1
*
views: Invalidate the caches on bank selection change [O. Galibert]
Dirk Best
2021-04-13
1
-0
/
+6
*
views: Ensure alternatives are always created
Olivier Galibert
2021-03-10
1
-0
/
+4
*
emumem_mview.cpp: Use count_leading_zeros to simplify awidth calculation
AJR
2021-03-05
1
-6
/
+1
*
views: Keep a reference to the handlers so that installs overlapping them don...
Olivier Galibert
2021-03-03
1
-0
/
+10
*
emuview: Fix init_handlers in specific cases, fix mapping ioports in views
Olivier Galibert
2021-02-27
1
-2
/
+2
*
emumem: Disable the unmap-value-in-device-map test for now
Olivier Galibert
2021-02-20
1
-6
/
+9
*
emumem: Fix regions and shares on dynamically-installed device maps
Olivier Galibert
2021-02-16
1
-16
/
+39
*
views: pre-inline h_make_1, reduces the memory a little more
Olivier Galibert
2020-12-28
1
-55
/
+50
*
views: Remove the lambdas, seems to make the compiler usage resources less ca...
Olivier Galibert
2020-12-28
1
-72
/
+78
*
view: Save their state
Olivier Galibert
2020-12-21
1
-0
/
+8
*
Work around GNU libstdc++ wanting to stack large temporaries when vector elem...
Vas Crabb
2020-11-23
1
-3
/
+3
*
Implement views, which are essentially bankdevs integrated into the
Olivier Galibert
2020-11-22
1
-0
/
+995