summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-19/+19
* 03001: "Working clones" display problem Aaron Giles2009-03-071-10/+12
* Cleanups and version bump.mame0129u4 Aaron Giles2009-02-171-4/+4
* Ok, this is The Big One. Aaron Giles2009-02-111-16/+17
* getting the AGEMAME ball rolling. davidhay2009-02-021-1/+9
* Cleaned up the profiler. Reduced its runtime overhead significantly by Aaron Giles2009-01-021-1/+5
* Fixed minor glitch in UI display of screen information. Aaron Giles2009-01-021-0/+3
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-8/+8
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-161-9/+11
* This patch furthers the process of aligning the sound cores with the Aaron Giles2008-12-041-4/+4
* Re-enabled the OSD key for master volume control. All other Aaron Giles2008-12-041-2/+2
* make non-critical UI warnings yellow instead so that they stand out [BarnacleEd] davidhay2008-11-241-0/+2
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-11/+11
* Plumbed machine parameters through the renderer. Removed need for Aaron Giles2008-09-291-42/+0
* rescale_notifier() changed to always allow rescaling for screenless drivers. Wilbert Pol2008-09-251-2/+2
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-09-111-7/+7
* Cleanups and version bump.mame0127u1 Aaron Giles2008-08-281-2/+2
* Changed slider controls into a menu. For now, removed the old direct access Aaron Giles2008-08-281-304/+207
* Significant cleanup/rewrite of the MCS-48 CPU core: Aaron Giles2008-08-261-1/+3
* Cleanups and version bump.mame0127 Aaron Giles2008-08-191-1/+1
* Added new generic laserdisc VIDEO_UPDATE handler to the laserdisc code. Aaron Giles2008-08-181-7/+133
* Cleanups and version bump.mame0126u4 Aaron Giles2008-08-071-1/+1
* Added expression validation callback to verify names for CPUs and Aaron Giles2008-08-071-10/+6
* Changes to the cheat.xml format: Aaron Giles2008-08-061-0/+3
* Cleaned up MESS-specific hooks Nathan Woods2008-07-271-12/+1
* Cleanups. Aaron Giles2008-07-171-12/+12
* Fixed popmessage. Aaron Giles2008-07-141-1/+1
* Replaced the crazy number of get/set functions for render containers with Aaron Giles2008-07-131-21/+49
* Converted UI startup screens to use astrings. Aaron Giles2008-07-121-49/+48
* Note: I have done some testing, but there are probably more bugs Aaron Giles2008-07-121-59/+68
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-261-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-1/+1
* Cleaned up software bilinear filtering code. Added bounds checking. Aaron Giles2008-06-161-3/+3
* Cleanups and version bump.mame0125u5 Aaron Giles2008-06-121-1/+1
* Don't show disclaimers/warnings if the debugger is enabled. Aaron Giles2008-06-091-2/+3
* 01822: OSD causes crash when try to show the Screen Refresh Rate menu Aaron Giles2008-05-251-3/+4