| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -1447/+0 |
| * | Relaxed emu.h a bit, should make compile a bit faster (nw) |  Miodrag Milanovic | 2015-11-05 | 1 | -0/+1 |
| * | making logerror part of machine and device classes [Miodrag Milanovic] |  Miodrag Milanovic | 2015-11-01 | 1 | -4/+4 |
| * | Cleanups and version bumpmame0163 |  Miodrag Milanovic | 2015-06-24 | 1 | -2/+2 |
| * | cheat: improved cheat support for games in softlist. XML cheats |  etabeta78 | 2015-06-02 | 1 | -5/+10 |
| * | moved all to std::string (nw) |  Miodrag Milanovic | 2015-04-22 | 1 | -52/+54 |
| * | removed bool conversion and implicit empty check (nw) |  Miodrag Milanovic | 2015-04-19 | 1 | -7/+7 |
| * | string -> str rename due to future conflicts (nw) |  Miodrag Milanovic | 2015-04-12 | 1 | -40/+40 |
| * | There is no implicit conversion to char* in std::string (nw) |  Miodrag Milanovic | 2015-04-12 | 1 | -8/+8 |
| * | cstr() - > c_str() as preparation for move to std::string (nw) |  Miodrag Milanovic | 2015-04-11 | 1 | -8/+8 |
| * | 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 |