| Commit message (Expand) | Author | Age | Files | Lines |
| * | Moved eminline and related files into /src/osd since it's system related (nw) |  Miodrag Milanovic | 2014-04-16 | 1 | -11/+11 |
| * | Moved core template container classes up from emutempl.h to coretmpl.h: |  Aaron Giles | 2014-03-11 | 1 | -24/+14 |
| * | Moved src/emu/ui.? ==> src/emu/ui/ui.?, changed to follow MAME OOP convention... |  Nathan Woods | 2014-01-29 | 1 | -4/+4 |
| * | Bulk convert files that already had standard BSD license in my name |  Aaron Giles | 2013-10-16 | 1 | -31/+2 |
| * | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -32/+32 |
| * | Some cleanup of some observed #include redundancy from source files which use... |  Scott Stone | 2012-02-06 | 1 | -1/+0 |
| * | Move devices into a proper hierarchy and handle naming |  Aaron Giles | 2012-01-24 | 1 | -2/+2 |
| * | Switch to using delegates for some callbacks: |  Aaron Giles | 2011-04-27 | 1 | -6/+1 |
| * | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -1/+1 |
| * | Switch from m_machine to machine() everywhere. In some cases this |  Aaron Giles | 2011-04-18 | 1 | -10/+10 |
| * | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -14/+14 |
| * | Cleanup of machine.h. Shuffled some fields around, and moved several |  Aaron Giles | 2011-03-28 | 1 | -4/+4 |
| * | Converted core_options to a class. Removed a bunch of marginal |  Aaron Giles | 2011-03-03 | 1 | -5/+5 |
| * | mame_file is now emu_file and is a class. It is required |  Aaron Giles | 2011-02-12 | 1 | -62/+56 |
| * | cheat.c: added support for cheats with software list shortnames [Fabio Priuli] |  Fabio Priuli | 2011-01-12 | 1 | -5/+14 |
| * | Cleanup & version bump.mame0140u1 |  Aaron Giles | 2010-11-08 | 1 | -27/+27 |
| * | Converted the expression engine to C++, did the usual cleanup. |  Aaron Giles | 2010-11-01 | 1 | -120/+73 |
| * | C++-ified the cheat engine. |  Aaron Giles | 2010-10-27 | 1 | -1483/+1071 |
| * | Converted render.c objects into C++ objects. Updated all callers. |  Aaron Giles | 2010-10-13 | 1 | -2/+2 |
| * | Added bool operator to astring, returning true if the string is |  Aaron Giles | 2010-08-21 | 1 | -5/+5 |
| * | Fix crash when loading cheats, plus a bit of minor cleanup. |  Aaron Giles | 2010-08-21 | 1 | -15/+11 |
| * | Cleanups and version bump.mame0138u3 |  Aaron Giles | 2010-07-06 | 1 | -2/+2 |
| * | Update cheat loading to support image devices (moved implementation from MESS... |  Miodrag Milanovic | 2010-07-02 | 1 | -11/+16 |
| * | Split mame.c into mame.c and machine.c, the latter containing the |  Aaron Giles | 2010-06-30 | 1 | -11/+11 |
| * | Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg] |  Scott Stone | 2010-04-23 | 1 | -2/+2 |
| * | UI menu interface changes |  Couriersud | 2010-01-27 | 1 | -2/+2 |
| * | Fix cheat crash and comment display. |  Aaron Giles | 2010-01-11 | 1 | -2/+4 |
| * | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -1/+2 |
| * | Oops, forgot this. |  Aaron Giles | 2010-01-08 | 1 | -1/+1 |
| * | Extended the astring class wrapper into something useful, and |  Aaron Giles | 2010-01-08 | 1 | -115/+84 |
| * | NOTE: This change requires two new osd functions: osd_malloc() and |  Aaron Giles | 2010-01-08 | 1 | -35/+35 |
| * | moved the fix for the crash when you toggle cheats inside cheat.c, to avoid d... |  smf- | 2010-01-06 | 1 | -19/+28 |
| * | Cleanups and version bump. |  Aaron Giles | 2009-09-10 | 1 | -5/+5 |
| * | Hooked up F6 again as a global cheat enable/disable. [Pugsy] |  Aaron Giles | 2009-09-10 | 1 | -3/+54 |
| * | Cleanups and version bump.mame0133u5 |  Aaron Giles | 2009-09-07 | 1 | -6/+6 |
| * | Added new function mame_fclose_and_open_next() which will close a file |  Aaron Giles | 2009-09-03 | 1 | -51/+77 |
| * | > From: Pugsy [mailto:pugsy@gmx.net] |  Aaron Giles | 2009-09-03 | 1 | -0/+12 |
| * | From: Pugsy [pugsy@gmx.net] |  Aaron Giles | 2009-09-03 | 1 | -5/+26 |
| * | From Pugsy: |  Aaron Giles | 2009-08-19 | 1 | -1/+15 |
| * | Added casts to ensure proper values are passed to the ctype.h functions. |  Aaron Giles | 2009-06-25 | 1 | -1/+1 |
| * | Cleanups and version bump. |  Aaron Giles | 2009-05-28 | 1 | -1/+1 |
| * | Sent: Monday, May 11, 2009 10:32 PM |  Aaron Giles | 2009-05-15 | 1 | -0/+5 |
| * | Bulk change alert. |  Aaron Giles | 2009-04-26 | 1 | -14/+7 |
| * | Sent: Saturday, March 21, 2009 3:27 PM |  Aaron Giles | 2009-03-27 | 1 | -1/+2 |
| * | Cleanups and version bump. |  Aaron Giles | 2009-03-19 | 1 | -37/+37 |
| * | In addition to this change I added inline functions to define the |  Aaron Giles | 2009-03-19 | 1 | -23/+145 |
| * | From: Pugsy [pugsy@gmx.net] |  Aaron Giles | 2009-03-19 | 1 | -7/+7 |
| * | Many casts added to the core files, and various other tweaks |  Aaron Giles | 2009-03-12 | 1 | -12/+13 |
| * | Further debugger cleanup. Symbol tables now have a global ref |  Aaron Giles | 2008-11-22 | 1 | -9/+9 |
| * | Debugger interfaces cleanup. Still more to do but this compiles and |  Aaron Giles | 2008-11-21 | 1 | -10/+10 |