summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/uimenu.c
Commit message (Expand)AuthorAgeFilesLines
* Fix build break from last checkin. Aaron Giles2011-02-061-1/+1
* Not Worth Mentioning Derrick Renaud2011-01-251-1/+1
* Not Worth Mentioning - uimenu.c - changed event to menu_event to not conflict... Derrick Renaud2011-01-241-107/+107
* 720 - added Driver Configuration option to allow the controls to be set to Re... Derrick Renaud2011-01-231-2/+2
* Moved image devices implementation and related UI functions to emu section fr... Miodrag Milanovic2011-01-051-9/+10
* Port category is always zero for MAME drivers (no whatsnew) Miodrag Milanovic2011-01-051-2/+0
* C++-ified the cheat engine. Aaron Giles2010-10-271-24/+21
* Cleanups and version bump. Aaron Giles2010-10-141-3/+3
* Converted render.c objects into C++ objects. Updated all callers. Aaron Giles2010-10-131-69/+94
* Swap: (astring.len() != 0) -> astring Aaron Giles2010-08-211-1/+1
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-1/+1
* - Added MDRV_SOFTWARE_LIST_COMPATIBLE_ADD for adding compatible software list... Miodrag Milanovic2010-07-061-4/+0
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-19/+24
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-2/+2
* - Moved softlist implementation from MESS [Miodrag Milanovic] Miodrag Milanovic2010-06-201-4/+17
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-4/+4
* Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg] Scott Stone2010-04-231-2/+2
* Cleanups and version bump.mame0136u3 Aaron Giles2010-02-141-2/+2
* Minor function rename. Aaron Giles2010-02-141-2/+2
* - Moved natural keyboard support from MESS to MAME Miodrag Milanovic2010-02-121-9/+31
* UI menu interface changes Couriersud2010-01-271-58/+67
* Created new template class tagged_list which manages a simple list Aaron Giles2010-01-171-4/+4
* Fix cheat crash and comment display. Aaron Giles2010-01-111-1/+1
* Fix a few stray delete's that didn't pair with global_alloc/auto_alloc. Aaron Giles2010-01-101-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+3
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-60/+42
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-12/+16
* moved the fix for the crash when you toggle cheats inside cheat.c, to avoid d... smf-2010-01-061-2/+2
* Fix for MT03621: Hitting F6 without -cheat trigger causes crash Fabio Priuli2010-01-061-2/+2
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-4/+4
* Results of running the latest srcclean. Aaron Giles2009-12-281-10/+10
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-1/+1
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-6/+9
* Added new module tagmap which is a simple hashed string map. Aaron Giles2009-11-231-4/+4
* Centralized color definitions and made some colors more specific. Aaron Giles2009-10-031-49/+44
* From: Pugsy [pugsy@gmx.net] Aaron Giles2009-09-211-1/+1
* Cleanups and version bump. Aaron Giles2009-09-101-1/+1
* Hooked up F6 again as a global cheat enable/disable. [Pugsy] Aaron Giles2009-09-101-0/+4
* Cleanups and version bump.mame0133u5 Aaron Giles2009-09-071-8/+8
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-17/+17
* > From: Pugsy [mailto:pugsy@gmx.net] Aaron Giles2009-09-031-0/+12
* From: Pugsy [pugsy@gmx.net] Aaron Giles2009-09-031-3/+17
* Fixed remaining occurrences of crsshairpath Fabio Priuli2009-07-141-1/+1
* Added casts to ensure proper values are passed to the ctype.h functions. Aaron Giles2009-06-251-4/+4
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-5/+5
* Bulk change alert. Aaron Giles2009-04-261-6/+3
* Changed Player Input menu to be based off of sortorder instead of item->ref. Derrick Renaud2009-04-131-4/+4
* Fixed Analog Settings to return to default when IPT_UI_SELECT (enter) pressed. Derrick Renaud2009-04-101-5/+10
* Cleanups and version bump. Aaron Giles2009-04-091-3/+3
* Crosshair update Derrick Renaud2009-03-281-0/+291