summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcon.c
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-565/+0
* making logerror part of machine and device classes [Miodrag Milanovic] Miodrag Milanovic2015-11-011-1/+1
* License self-service. Aaron Giles2015-05-251-1/+1
* lot more updated (nw) Miodrag Milanovic2015-05-111-5/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-6/+6
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-3/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-35/+34
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* debugger has been "new" for long enough now. also show the proper application... Oliver Stöneberg2012-08-171-1/+1
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-1/+1
* BIG update. Aaron Giles2011-03-291-18/+18
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-1/+1
* Converted the expression engine to C++, did the usual cleanup. Aaron Giles2010-11-011-4/+9
* Converted render.c objects into C++ objects. Updated all callers. Aaron Giles2010-10-131-5/+5
* 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-5/+5
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-6/+10
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* > -----Original Message----- Aaron Giles2009-10-031-1/+9
* Added casts to ensure proper values are passed to the ctype.h functions. Aaron Giles2009-06-251-5/+5
* Bulk change alert. Aaron Giles2009-04-261-2/+1
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-1/+1
* More debugger changes. Aaron Giles2008-12-031-14/+14
* Big debugger cleanup. Aaron Giles2008-12-031-2/+5
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-211-1/+1
* Another big one. Aaron Giles2008-11-201-1/+1
* Major cpuintrf changes: Aaron Giles2008-11-101-1/+1
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-09-111-14/+13
* Robustified key behavior when the debugger is visible. Should now Aaron Giles2008-07-171-0/+16
* Changed direct access EEPROM interface to return the "bus width" of the Aaron Giles2008-07-171-1/+1
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-261-2/+3
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-04-021-1/+1
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-1/+1
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+533