summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/dvmemory.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* dvmemory.cpp: Small refactoring; verify that data written to memory spaces re... AJR2022-05-221-0/+1
* Debug memory view improvements AJR2021-10-271-4/+13
* dvmemory: Substitute strongly typed enum for magic numbers specifying data fo... AJR2021-08-161-5/+24
* Debugger expression and memory access overhaul AJR2020-05-251-0/+1
* Allow saving members of structures in n-dimensional arrays, even if the membe... Vas Crabb2019-12-091-7/+9
* Make debugger view startup more efficient - it's still not going to be practi... Vas Crabb2019-11-181-3/+3
* misc cleanup: Vas Crabb2019-11-181-1/+1
* dvmemory: migrate to softfloat3 (nw) Patrick Mackinlay2019-10-251-3/+2
* Make debug memory view show correct data when chunks are too small for a spac... AJR2019-07-291-0/+1
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-0/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+0
* Fix the memory windows (nw) Olivier Galibert2017-12-031-0/+1
* Changed a few 'const char *' ==> 'const std::string &' in the MAME debugger (... npwoods2017-06-241-1/+1
* general cleanup: Vas Crabb2017-05-231-2/+6
* cleanup headers of not used friend classes (nw) Miodrag Milanovic2017-02-121-1/+0
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-19/+19
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-16/+16
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-1/+1
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-301-2/+2
* Show 64 and 80 bit floats in windows and qt debugger (issue #476) yz70s2015-12-061-1/+5
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-4/+4
* First commit for issue #476 yz70s2015-11-301-2/+4
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-3/+0
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-1/+1
* Make return type match value being returned Vas Crabb2015-02-201-1/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Adds memory tracking to debugger. This includes two new commands: trackmem and Andrew Gardner2013-05-091-2/+3
* QT Debugger: Adds trackpc command, allowing for a visual display of where the Andrew Gardner2013-04-201-1/+1
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-23/+23
* QT Debugger improvements. [Andrew Gardner] Andrew Gardner2013-01-161-23/+24
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-23/+23
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-3/+3
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-1/+1
* C++-ified the debugger views. Not quite architecturally where I would Aaron Giles2010-06-251-0/+160