summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/uimenu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0142u4 Angelo Salese2011-05-241-3/+3
* Initial frameworking for upcoming artwork updates [Mr. Do] Angelo Salese2011-05-231-0/+26
* Call off the dogs, the OSD routing for OSD-side sliders has been fixed. nwn Ryan Holtz2011-05-231-1/+1
* HLSL Updates: [Ryan Holtz, Bat Country Entertainment] Ryan Holtz2011-05-221-2/+17
* Fixed annoying memory leak (no whatsnew) Miodrag Milanovic2011-05-151-1/+7
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-22/+22
* Cleanups and version bumpmame0142u3 Angelo Salese2011-05-081-17/+17
* Added UI menu support for slot devices (no whatsnew) Miodrag Milanovic2011-05-051-0/+127
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-3/+3
* Ok, last spring cleaning, I hope ... Angelo Salese2011-04-191-1/+1
* Privatized most of the m_machine pointers in the system to prevent Aaron Giles2011-04-191-5/+10
* (Big tangle of changes that all happened as I was looking into the ROM Aaron Giles2011-04-131-68/+34
* BIG update. Aaron Giles2011-03-291-160/+162
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-1/+1
* 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-97/+87
* 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