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
/
debug
/
dvmemory.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
g update:
Aaron Giles
2021-04-15
1
-3
/
+2
*
Fairly significant overhaul of Lua engine and some cleanup.
Vas Crabb
2020-11-25
1
-1
/
+1
*
-Switch to building MAME as C++17.
Vas Crabb
2020-11-15
1
-16
/
+16
*
emu/save.cpp: Fix bad SFINAE trick breaking segapcm.cpp, fix saving attotime ...
Vas Crabb
2020-09-14
1
-1
/
+1
*
emu: correct some file headers (nw)
hap
2020-06-19
1
-1
/
+1
*
Debugger expression and memory access overhaul
AJR
2020-05-25
1
-113
/
+117
*
use C++ library includes (nw)
firewave
2020-01-22
1
-1
/
+1
*
Allow saving members of structures in n-dimensional arrays, even if the membe...
Vas Crabb
2019-12-09
1
-12
/
+18
*
Make debugger view startup more efficient - it's still not going to be practi...
Vas Crabb
2019-11-18
1
-45
/
+51
*
misc cleanup:
Vas Crabb
2019-11-18
1
-6
/
+7
*
dvmemory: migrate to softfloat3 (nw)
Patrick Mackinlay
2019-10-25
1
-8
/
+8
*
Make debug memory view show correct data when chunks are too small for a spac...
AJR
2019-07-29
1
-1
/
+26
*
Fix debugger memory view editing for address-shifted spaces
AJR
2018-09-24
1
-2
/
+4
*
Fix scrolling glitch in memory view when address expression is applied
AJR
2018-08-12
1
-3
/
+3
*
Emulate V33/V53 expanded addressing mode, including BRKXA and RETXA instructions
AJR
2018-08-12
1
-1
/
+1
*
prune upfront - makes the other stuff cheaper (nw)
Vas Crabb
2018-05-18
1
-11
/
+5
*
try this for size - emu.h no net change (nw)
Vas Crabb
2018-05-18
1
-12
/
+9
*
WARNING emu.h recompile!
Curt Coder
2018-05-18
1
-8
/
+21
*
Fix masking of offset expressions in debug view of address-shifted spaces (nw)
AJR
2018-03-12
1
-8
/
+2
*
Fix extent of debug view of address-shifted memory spaces
AJR
2018-03-11
1
-2
/
+4
*
Grammar police (nw)
Olivier Galibert
2018-02-24
1
-2
/
+2
*
Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame""
Firehawke
2017-12-13
1
-19
/
+38
*
Revert "Merge branch 'master' of https://github.com/mamedev/mame"
Firehawke
2017-12-13
1
-38
/
+19
*
Yes another memory window fix (nw)
Olivier Galibert
2017-12-07
1
-1
/
+3
*
Fix the memory windows (nw)
Olivier Galibert
2017-12-03
1
-18
/
+35
*
emumem: API change [O. Galibert]
Olivier Galibert
2017-11-29
1
-2
/
+5
*
This is too contentious, please put it up for review
Vas Crabb
2017-08-01
1
-15
/
+9
*
Changes to debugger memory address translation
AJR
2017-08-01
1
-9
/
+15
*
dimemory: Lift the cap on the number of address spaces per device [O. Galibert]
Olivier Galibert
2017-07-03
1
-1
/
+1
*
Changed a few 'const char *' ==> 'const std::string &' in the MAME debugger (...
npwoods
2017-06-24
1
-1
/
+1
*
Don't try to read past the end of a memory space in debug view
AJR
2017-06-22
1
-3
/
+6
*
general cleanup:
Vas Crabb
2017-05-23
1
-2
/
+2
*
debugger_access: Refactor [O. Galibert]
Olivier Galibert
2017-03-02
1
-0
/
+4
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-34
/
+34
*
Moved device_memory_interface from driver_device to dummy_space_device. Expos...
smf-
2016-11-03
1
-8
/
+7
*
more TRUE/FALSE cleanup (nw)
Miodrag Milanovic
2016-10-22
1
-1
/
+1
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-30
/
+30
*
cleanup of some conversions (nw)
Miodrag Milanovic
2016-07-31
1
-2
/
+2
*
std::min and std:max instead of MIN and MAX, also some more macros converted ...
Miodrag Milanovic
2016-07-31
1
-7
/
+7
*
tagged_list to unordered_map in emumem (nw)
Miodrag Milanovic
2016-06-18
1
-3
/
+3
*
Major refactoring of debugger core [Ryan Holtz]
therealmogminer@gmail.com
2016-06-08
1
-8
/
+9
*
Iterate over devices C++11 style
AJR
2016-04-18
1
-6
/
+5
*
Iterate over core classes C++11 style
AJR
2016-03-31
1
-3
/
+3
*
Replace strformat, strprintf and strcatprintf with type-safe steam_format and...
Vas Crabb
2016-02-28
1
-5
/
+5
*
reverting:
Miodrag Milanovic
2016-01-20
1
-1
/
+1
*
Revert "rest of device parameters to std::string (nw)"
Miodrag Milanovic
2016-01-20
1
-1
/
+1
*
Revert "Memory region to use std::string (nw)"
Miodrag Milanovic
2016-01-20
1
-1
/
+1
*
Memory region to use std::string (nw)
Miodrag Milanovic
2016-01-20
1
-1
/
+1
*
rest of device parameters to std::string (nw)
Miodrag Milanovic
2016-01-16
1
-1
/
+1
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-1
/
+1
[next]