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