summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/dvstate.c
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-346/+0
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-15/+15
* 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-1/+1
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-2/+2
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-1/+1
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-2/+2
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* added support to display dividers in the debugger state view Dirk Best2013-08-251-1/+6
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-11/+11
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-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
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-11/+11
* BIG update. Aaron Giles2011-03-291-9/+9
* Debugger : Removed stray garbage characters from beamx, beamy, and frame coun... Miodrag Milanovic2010-07-221-3/+3
* Allow beamx > 999 to be displayed in the debugger. Updated beamy config accor... Wilbert Pol2010-07-201-4/+4
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-6/+6
* Moved debugging structure away from CPUs only and attached to all Aaron Giles2010-07-061-1/+1
* 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/+1
* C++-ified the debugger views. Not quite architecturally where I would Aaron Giles2010-06-251-0/+370