summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debugint/debugint.c
Commit message (Expand)AuthorAgeFilesLines
* Convert rendfont to C++. Aaron Giles2010-10-231-3/+3
* Create new class osd_interface to house OSD callbacks. Added new Aaron Giles2010-10-211-12/+12
* More Clang fixes (verified OK with GCC) [Balrog] R. Belmont2010-10-161-1/+1
* Converted render.c objects into C++ objects. Updated all callers. Aaron Giles2010-10-131-32/+33
* Added bool operator to astring, returning true if the string is Aaron Giles2010-08-211-1/+1
* Moved debugging structure away from CPUs only and attached to all Aaron Giles2010-07-061-10/+10
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-7/+7
* C++-ified the debugger views. Not quite architecturally where I would Aaron Giles2010-06-251-80/+61
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+3
* Added some missing static qualifiers to MAME. Also, renamed some generically... Scott Stone2010-05-281-17/+19
* Fixed a bug in debugint.c: Actually make Del and BS delete the last character... Couriersud2010-02-191-1/+1
* VS2008 compiling fix [Miodrag Milanovic] (no whatsnew) Miodrag Milanovic2010-02-181-1/+1
* Cleanups and version bump.mame0136u3 Aaron Giles2010-02-141-7/+7
* Internal debugger using the mame rendering infrastructure Couriersud2010-02-111-0/+1497