summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcmt.c
Commit message (Expand)AuthorAgeFilesLines
* Integrated comments into debugcpu.c, and removed debugcmt.c. Modernized Aaron Giles2010-09-051-507/+0
* Whoops, one more reference.... Aaron Giles2010-09-041-4/+3
* Remove unused debug_comment_exit Aaron Giles2010-09-041-10/+0
* Have each device create its own device_debug instead of letting the Aaron Giles2010-09-041-9/+2
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Massive memory system change. This is another step along the path toward Aaron Giles2010-08-191-2/+2
* Moved debugging structure away from CPUs only and attached to all Aaron Giles2010-07-061-40/+35
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-6/+6
* C++-ified the debugger views. Not quite architecturally where I would Aaron Giles2010-06-251-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-12/+13
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-11/+11
* Within src/emu, basic conversions: Aaron Giles2010-01-121-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+2
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-8/+4
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-30/+4
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-13/+13
* Cleanups and version bump. Aaron Giles2009-09-101-4/+4
* Another crasher. Aaron Giles2009-09-081-1/+1
* Remove remaining references to machine->cpu[n]. Removed cpu[n] array. Aaron Giles2009-09-081-150/+129
* Bulk change alert. Aaron Giles2009-04-261-3/+2
* CPU interface organization shuffle. The file cpuintrf.h now merely Aaron Giles2008-12-221-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-121-6/+5
* More debugger changes. Aaron Giles2008-12-031-3/+3
* Big debugger cleanup. Aaron Giles2008-12-031-3/+2
* Cleanups and version bump for 0.128u4.mame0128u4 Aaron Giles2008-11-241-1/+1
* Further debugger cleanup. Symbol tables now have a global ref Aaron Giles2008-11-221-2/+3
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-211-17/+21
* Another big one. Aaron Giles2008-11-201-2/+2
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-28/+36
* Major cpuintrf changes: Aaron Giles2008-11-101-4/+5
* From Oliver Stoeneberg [oliverst@online.de] Aaron Giles2008-09-041-12/+11
* Fixes error: Andrew Gardner2008-02-031-6/+9
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* (From Atari Ace) Aaron Giles2007-12-311-7/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+570