summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debugint
Commit message (Expand)AuthorAgeFilesLines
* delete empty folder (nw) Miodrag Milanovic2014-05-082-1494/+0
* reverting, sorry for this vconv needs to be updated (nw) Miodrag Milanovic2014-03-311-1/+1
* VS2013 x64 is little bit more anal about signed/unsigned comparison (nw) Miodrag Milanovic2014-03-311-1/+1
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-4/+2
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-23/+20
* Moved src/emu/ui.? ==> src/emu/ui/ui.?, changed to follow MAME OOP convention... Nathan Woods2014-01-291-5/+5
* Unglamorous changes from my UI rewrite Jürgen Buchmüller2014-01-171-2/+2
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-59/+59
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* Some cleanup of some observed #include redundancy from source files which use... Scott Stone2012-02-061-2/+0
* Fix several rendering issues with artwork, introduced in the Aaron Giles2012-01-161-7/+4
* GCC 4.6 compile helper; linking still fails :( (nw) R. Belmont2012-01-031-1/+1
* Removed old C-based interface to astrings. astring exists only as Aaron Giles2012-01-031-1/+0
* Fix a few stragglers. Add width/height/position setters to Aaron Giles2011-12-311-91/+60
* uimenu: cleanups and fixes (nw) Olivier Galibert2011-12-131-4/+4
* Sync with MESS all credited there (no whatsnew) Miodrag Milanovic2011-12-121-29/+37
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-1/+1
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-1/+1
* BIG update. Aaron Giles2011-03-292-53/+55
* running_device -> device_t Aaron Giles2010-12-312-3/+3
* Use "default" font for artwork elements as well. Aaron Giles2010-10-241-1/+1
* Convert rendfont to C++. Aaron Giles2010-10-231-3/+3
* Create new class osd_interface to house OSD callbacks. Added new Aaron Giles2010-10-212-13/+13
* 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-112-0/+1544