index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
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
*
Remove final cases where people directly registered state data with the core ...
Aaron Giles
2021-04-14
1
-2
/
+3
*
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