| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-09-26 | 1 | -1/+1 |
| * | Cleanups and version bump.mame0127u3 |  Aaron Giles | 2008-09-11 | 1 | -1/+1 |
| * | Added built-in "Off" states to the cheats with parameters. This is |  Aaron Giles | 2008-09-06 | 1 | -51/+85 |
| * | Cleanups and version bump.mame0127 |  Aaron Giles | 2008-08-19 | 1 | -2/+2 |
| * | Added cheat functions frombcd() and tobcd() to convert numbers to/from |  Aaron Giles | 2008-08-19 | 1 | -1/+47 |
| * | Cleanups and version bump.mame0126u5 |  Aaron Giles | 2008-08-14 | 1 | -7/+7 |
| * | Added new flag to menu items: MENU_FLAG_DISABLE, which means the |  Aaron Giles | 2008-08-13 | 1 | -30/+101 |
| * | Cleanups and version bump.mame0126u4 |  Aaron Giles | 2008-08-07 | 1 | -76/+76 |
| * | Added expression validation callback to verify names for CPUs and |  Aaron Giles | 2008-08-07 | 1 | -3/+81 |
| * | Added word alternates for operators in expressions: |  Aaron Giles | 2008-08-07 | 1 | -14/+20 |
| * | Changes to the cheat.xml format: |  Aaron Giles | 2008-08-06 | 1 | -41/+471 |
| * | Cleanups/version bump.mame0126u3 |  Aaron Giles | 2008-07-31 | 1 | -111/+111 |