summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/dvmemory.c
Commit message (Expand)AuthorAgeFilesLines
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-7/+7
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-1/+1
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-4/+4
* Fix debugger crash when setting bytes per chunk to more than current bytes pe... Vas Crabb2015-02-191-0/+2
* debug: fix wrong initial m_topleft.x value in memory view Fabrice Bellet2014-12-181-0/+7
* Fix debugger memory display of little-endian memory regions [Alex Jackson] Alex W. Jackson2014-12-091-1/+1
* Touching all the candy again: [Alex Jackson] Alex W. Jackson2014-11-171-3/+3
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-4/+4
* Fixed a bug preventing memory display of INT8/UINT8 in debugger [Couriersud] Couriersud2013-12-241-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-7/+7
* 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-41/+41
* QT Debugger improvements. [Andrew Gardner] Andrew Gardner2013-01-161-41/+67
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-41/+41
* Drink from the firehose, my pretties (nw) R. Belmont2012-10-191-3/+4
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-9/+8
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-8/+8
* remived some redundant assignments (also fixes uninitialized array in karnov)... Oliver Stöneberg2012-08-111-1/+0
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-3/+3
* [MT #3444] Show save state items in debugger memory windows [R. Belmont] R. Belmont2012-01-291-1/+1
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-2/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-8/+8
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-3/+3
* BIG update. Aaron Giles2011-03-291-6/+6
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* Converted the expression engine to C++, did the usual cleanup. Aaron Giles2010-11-011-1/+1
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* Massive memory system change. This is another step along the path toward Aaron Giles2010-08-191-10/+10
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-14/+14
* Moved debugging structure away from CPUs only and attached to all Aaron Giles2010-07-061-1/+1
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-2/+2
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-1/+1
* Fix initial state of views so that their sources are properly initialized. Aaron Giles2010-06-261-1/+3
* C++-ified the debugger views. Not quite architecturally where I would Aaron Giles2010-06-251-0/+813