summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Added new module tagmap which is a simple hashed string map. Aaron Giles2009-11-231-4/+4
* From: Dirk Best <startaq@gmail.com> Aaron Giles2009-10-251-3/+6
* Centralized color definitions and made some colors more specific. Aaron Giles2009-10-031-12/+11
* > -----Original Message----- Aaron Giles2009-10-011-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
* Remove remaining references to machine->cpu[n]. Removed cpu[n] array. Aaron Giles2009-09-081-12/+12
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-9/+9
* [from AtariAce] Aaron Giles2009-08-301-3/+3
* > -----Original Message----- Aaron Giles2009-08-131-2/+2
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-2/+2
* Bulk change alert. Aaron Giles2009-04-261-24/+23
* Crosshair update Derrick Renaud2009-03-281-21/+0