/docs/source/techspecs/

='save-experiments'>save-experiments MAME - Multiple Arcade Machine Emulator
summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/info.cpp
Commit message (Expand)AuthorAgeFilesLines
* initialisation (nw) Vas Crabb2017-07-271-2/+2
* Move unemulated/imperfect flags from machines into devices. Vas Crabb2017-07-271-120/+155
* Overhaul to how MAME handles options, take two (#2341) npwoods2017-06-251-2/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3
* Revert "Overhaul to how MAME handles options (#2260)" Vas Crabb2017-05-071-1/+2
* Overhaul to how MAME handles options (#2260) npwoods2017-05-051-2/+1
* Fixed a regression in the mandatory image check (#2243) npwoods2017-04-181-2/+13
* Refactoring in response to MT#6531 Nathan Woods2017-04-061-1/+2
* device_image_interface cleanups (nw) AJR2017-02-271-1/+1
* find_dipname considered harmful (nw) AJR2017-01-031-18/+0
* Service mode DIP switch adjustments AJR2017-01-021-0/+21
* Encapsulate a bit more of the menu base class to control when layout changes ... Vas Crabb2016-11-231-2/+2
* srcclean (nw) Vas Crabb2016-10-231-11/+11
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1/+1
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-1/+1
* Misc. keyboard input improvements AJR2016-10-081-0/+3
* Proposal for new system flags for 0.179 dev-cycle: angelosa2016-09-261-15/+19
* srcclean (nw) Vas Crabb2016-09-261-2/+0
* UI-related cleanup (nw) AJR2016-08-091-2/+321
* UI refactoring: [Vas Crabb]