summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/mame.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+8
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-8/+1
* Trigger a fatal error when console was asked but the console plugin not found... Sylvain Glaize2017-12-141-1/+8
* Generate layouts for systems with three or more screens Vas Crabb2017-09-291-2/+2
* Overhaul to how MAME handles options, take two (#2341) npwoods2017-06-251-24/+21
* Changed 'int ignore_warnings' parameter on core_options::parse_ini_file() to ... Nathan Woods2017-05-101-1/+1
* Add trailing newline to several frontend error messages (nw) AJR2017-05-081-1/+1
* Revert "Overhaul to how MAME handles options (#2260)" Vas Crabb2017-05-071-22/+25
* (nw) Fixed warning message. Robbbert2017-05-061-1/+1
* Overhaul to how MAME handles options (#2260) npwoods2017-05-051-24/+21
* Refactoring in response to MT#6531 Nathan Woods2017-04-061-0/+5
* Update mame.cpp PugsyMAME2017-02-251-0/+3
* Vas feedback Nathan Woods2017-02-231-3/+1
* Fixed an issue where device options (e.g. -cart) were reported as unknown whe... Nathan Woods2017-02-221-2/+10
* first srcclean pass (nw) Vas Crabb2016-12-251-1/+1
* XML refactoring: Vas Crabb2016-12-111-3/+3
* make -console start console lua plugin (nw) Miodrag Milanovic2016-11-301-0/+5
* Turn xmlfile API into something that looks like C++ Vas Crabb2016-11-171-4/+4
* plugins/console: add lua console [Carl] cracyc2016-11-061-0/+1
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1
* removed non-operational lua console code (nw) Miodrag Milanovic2016-11-031-1/+0
* luaengine: use templated accessor for call_plugin (nw) cracyc2016-11-021-1/+1
* srcclean (nw) Vas Crabb2016-10-231-1/+1
* Initial work on console interface (nw) Miodrag Milanovic2016-10-091-4/+1
* ui: remove datfile_manager (nw) cracyc2016-09-061-5/+0
* UI refactoring: [Vas Crabb] Vas Crabb2016-07-151-1/+1
* UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-2/+2
* plugin path expansion (nw) cracyc2016-07-091-1/+3
* Revert "C++ comments for some parts." Vas Crabb2016-07-051-4/+4
* C++ comments for some parts. dankan18902016-07-041-4/+4
* Changed the backing representation of OPTION_UI from being a string to an enum Nathan Woods2016-05-291-1/+1
* ui refactoring [Vas Crabb] Vas Crabb2016-05-271-2/+2
* Added ability to create standalone emulators, added zexall as example (nw) Miodrag Milanovic2016-05-081-0/+2
* Move system name lookup into frontend (nw) AJR2016-04-281-1/+1
* cleanup (nw) Miodrag Milanovic2016-04-281-15/+15
* Merge pull request #835 from ajrhacker/mui Miodrag Milanović2016-04-281-9/+11
|\
| * Merge remote-tracking branch 'upstream/master' into mui AJR2016-04-271-7/+7
| |\
| * | Relieve UI menus and such from having to constantly fetch UI object from glob... AJR2016-04-261-9/+11
* | | plugins/layout: layout embedded script helper plugin [Carl] cracyc2016-04-271-0/+12
| |/ |/|
* | Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-7/+7
|/
* Merge remote-tracking branch 'upstream/master' into firstrun AJR2016-04-251-3/+8
|\
| * Fixed cheat issue (nw) Miodrag Milanovic2016-04-251-2/+6
| * Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-2/+3
* | Machine management cleanups AJR2016-04-251-71/+11
|/
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-0/+393