summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor function rename. Aaron Giles2010-02-141-3/+3
* - Moved natural keyboard support from MESS to MAME Miodrag Milanovic2010-02-121-6/+219
* - Renamed GAME_COMPUTER_MODIFIED to GAME_UNOFFICIAL to mark unofficial hardwa... Miodrag Milanovic2010-02-111-2/+2
* Rollback of show_warning add, sorry did not know about policy of this issue. Miodrag Milanovic2010-02-101-4/+0
* - Added skip_warnings option Miodrag Milanovic2010-02-101-10/+0
* - Moved compatibility validation into MAME core from MESS. Miodrag Milanovic2010-02-091-2/+0
* UI menu interface changes Couriersud2010-01-271-44/+44
* Made direct accessors for device configuration state. Currently they Aaron Giles2010-01-211-2/+2
* - Added MESS dependent code missing in emu.h Miodrag Milanovic2010-01-191-0/+7
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-34/+32
* Created new template class tagged_list which manages a simple list Aaron Giles2010-01-171-6/+6
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-5/+5
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-117/+110
* 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