summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/dvdisasm.c
Commit message (Expand)AuthorAgeFilesLines
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-3/+3
* Another round of auto_alloc_array conversions. Aaron Giles2014-02-201-31/+19
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* QT Debugger: Adds trackpc command, allowing for a visual display of where the Andrew Gardner2013-04-201-0/+4
* Adds simple_set data structure and hooked it up to the debugger comment system. Andrew Gardner2013-04-131-4/+0
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-19/+19
* QT Debugger improvements. [Andrew Gardner] Andrew Gardner2013-01-161-19/+45
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-19/+19
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-31/+31
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-8/+8
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-2/+2
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-2/+2
* Made disassembler view show in octal if cpu core is specified like that, for ... Miodrag Milanovic2011-10-041-10/+11
* 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-8/+8
* BIG update. Aaron Giles2011-03-291-7/+7
* Fix disassembler override hook [Aaron Giles] R. Belmont2011-02-191-2/+2
* Converted the expression engine to C++, did the usual cleanup. Aaron Giles2010-11-011-1/+1
* Integrated comments into debugcpu.c, and removed debugcmt.c. Modernized Aaron Giles2010-09-051-6/+5
* Massive memory system change. This is another step along the path toward Aaron Giles2010-08-191-22/+22
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-13/+13
* Cleanup debugger interface some more. Aaron Giles2010-07-061-1/+1
* Moved debugging structure away from CPUs only and attached to all Aaron Giles2010-07-061-4/+3
* 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
* Fix disasm scrolling for real. Aaron Giles2010-06-251-18/+15
* C++-ified the debugger views. Not quite architecturally where I would Aaron Giles2010-06-251-0/+710