summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui.c
Commit message (Expand)AuthorAgeFilesLines
* fixed crash when running laser disc games smf-2011-06-261-33/+32
* clifront: fixed behaviour of confirm_quit when emulation is started from the ... Fabio Priuli2011-06-031-3/+0
* emuopts: added confirm_quit option (defaults to off). when on, pressing ESC y... Fabio Priuli2011-06-031-1/+38
* (Finally found the time to finish this....) Aaron Giles2011-05-301-18/+18
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-4/+4
* 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-14/+14
* (Big tangle of changes that all happened as I was looking into the ROM Aaron Giles2011-04-131-17/+11
* BIG update. Aaron Giles2011-03-291-166/+166
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-25/+25
* make shift/alt+right work on channel volume sliders (fractions between 0 and ... Michaƫl Banaan Ananas2011-03-061-0/+4
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-8/+10
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-8/+8
* Comment Fix (no whatsnew) Scott Stone2011-02-101-1/+1
* Added information screen output for any game known to have bad or missing dat... Scott Stone2011-02-101-2/+6
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-12/+15
* Cleaned OSD windows and emu part from NEWUI dependencies (no whatsnew) Miodrag Milanovic2011-01-131-19/+2
* Added a few more mechanical games. UI changes: No working clones for GAME_M... Scott Stone2011-01-051-2/+2
* Start of transitioning games already in MAME to 'GAME_MECHANICAL". Adjusted ... Scott Stone2011-01-051-4/+9
* Split the screen device into a separate module. Aaron Giles2010-12-021-20/+21
* C++-ified the cheat engine. Aaron Giles2010-10-271-3/+4
* Hard-code a limit to the number of passes in case it doesn't converge Aaron Giles2010-10-251-1/+2
* Fix for previous fix. Aaron Giles2010-10-241-6/+10
* ui_draw_text_box now iterates until its calculations converge. It also Aaron Giles2010-10-241-21/+29
* Use "default" font for artwork elements as well. Aaron Giles2010-10-241-11/+11
* Added support for OSD-generated fonts. The OSD is queried first to see Aaron Giles2010-10-241-1/+1
* Convert rendfont to C++. Aaron Giles2010-10-231-6/+5
* Converted render.c objects into C++ objects. Updated all callers. Aaron Giles2010-10-131-82/+73
* I had originally wanted to convert the profiler to use scopes (e.g., Aaron Giles2010-08-211-11/+3
* Fix bad loop condition that shows up with -cheat enabled. Aaron Giles2010-07-081-1/+1
* Remove the global clock accessors and cpu_* aliases: Aaron Giles2010-07-071-3/+3
* This pattern is everywhere (no whatsnew) R. Belmont2010-07-071-3/+3
* Fix reported OS X compile problem. R. Belmont2010-07-071-1/+1
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-2/+2
* Cleanup debugger interface some more. Aaron Giles2010-07-061-9/+5
* Moved debugging structure away from CPUs only and attached to all Aaron Giles2010-07-061-11/+16
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-1/+1
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-33/+35
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-4/+4
* - Moved ioproc implementation from MESS [Miodrag Milanovic] Miodrag Milanovic2010-06-231-1/+1
* - Moved softlist implementation from MESS [Miodrag Milanovic] Miodrag Milanovic2010-06-201-8/+21
* Natural keyboard status saved in options when changed [Robbbert] Miodrag Milanovic2010-06-171-0/+1
* devicelist.first hates me (no whatsnew) R. Belmont2010-06-171-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-77/+73
* Added ui_active to running_machine so that it can be accessed by the OSD inpu... Fabio Priuli2010-06-061-5/+3
* small change required by MESS: TAB should not turn on the MAME Internal UI if... Fabio Priuli2010-06-041-3/+18
* Fix the memory leaks with the strconv.c function by Scott Stone2010-04-231-1/+1
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-3/+3
* ui.c,ui.h,windows/input.c: [Miodrag Milanovic] Miodrag Milanovic2010-02-161-21/+4
* Cleanups and version bump.mame0136u3 Aaron Giles2010-02-141-3/+3