summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/clifront.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-2050/+0
* Added file for mame depended handling of opts (nw) Miodrag Milanovic2016-04-221-0/+1
* Created mame_options as 1st step towards creating core independent of MAME im... Miodrag Milanovic2016-04-211-7/+7
* Isolate CLI part (nw) Miodrag Milanovic2016-04-201-4/+78
* Iterate over devices C++11 style AJR2016-04-181-92/+75
* Merge pull request #812 from jmallach/program-name Miodrag Milanović2016-04-161-5/+5
|\
| * Make display_help() use exename to print MAME's program name. Jordi Mallach2016-04-161-5/+5
| * Show mame's program name lowercase in help output. Santiago Vila2016-04-151-3/+3
* | Reduction code for entries of "enum class ui_menu_item_type" and the use of i... dankan18902016-04-151-1/+0
* | lower deps on clifront.h (nw) Miodrag Milanovic2016-04-151-0/+1
|/
* diimage.cpp: Allow image devices to be configured with a fixed etabeta782016-04-121-0/+3
* Iterate over core classes C++11 style AJR2016-03-311-54/+54
* Cleanups and version bump Miodrag Milanovic2016-03-301-1/+1
* Populate plugins structures and start marked plugins (nw) Miodrag Milanovic2016-03-251-0/+15
* Fold some redundant code Vas Crabb2016-03-181-47/+15
* * Remove confusing method from vectorstreams that hide base_ios method (fixes... Vas Crabb2016-03-181-22/+34
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-141-46/+39
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-1/+1
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-4/+2
* Revert "New driver specifiers; modify -listclones, -listsource; add -listtree" Miodrag Milanović2016-02-251-236/+23
* Merge pull request #650 from ajrhacker/listclones Miodrag Milanović2016-02-251-23/+236
|\
| * New driver specifiers; changes to -listclones, -listsource; add -listtree AJR2016-02-241-23/+236
* | Cleanups and version bump Miodrag Milanovic2016-02-241-2/+2
* | cleanup (nw) Miodrag Milanovic2016-02-211-64/+0
* | Added option in the "Customize UI" menu for selecting the language. (nw) dankan18902016-02-211-3/+5
* | Added multi-language support for MAME [Miodrag Milanovic] Miodrag Milanovic2016-02-201-0/+64
* | Remove redundant defines, in order to make translation easier (nw) Miodrag Milanovic2016-02-201-4/+6
|/
* initialize LUA bit earlier to give more opportunities to scripts (nw) Miodrag Milanovic2016-02-141-2/+5
* made -cc creates ui.ini as well (nw) Miodrag Milanovic2016-02-061-0/+10
* Software list entries can now supply slot option defaults AJR2016-01-301-1/+1
* Some more validity checking improvements: AJR2016-01-241-1/+2
* reverting: Miodrag Milanovic2016-01-201-11/+10
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-15/+15
* Revert "Fix broken listdevices sorting (nw)" Miodrag Milanovic2016-01-201-5/+9
* Revert "Fix for hang, emu_options::add_slot_options was changed, other thing... Miodrag Milanovic2016-01-201-1/+1
* Fix for hang, emu_options::add_slot_options was changed, other things are ju... Miodrag Milanovic2016-01-181-1/+1
* Fix broken listdevices sorting (nw) AJR2016-01-161-9/+5
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-15/+15
* tags are now strings (nw) Miodrag Milanovic2016-01-161-10/+11
* Return std::string objects by value rather than pass by reference AJR2016-01-101-21/+10
* removed memory tracking (nw) Miodrag Milanovic2016-01-081-9/+1
* Allow mame -validate -verbose to capture verbose messages AJR2016-01-021-1/+1
* Just name not acronym (nw) Miodrag Milanovic2015-12-311-1/+1
* Revert "removing MESS brand and making MAME a name not acronym (nw)" Miodrag Milanovic2015-12-311-1/+1
* removing MESS brand and making MAME a name not acronym (nw) Miodrag Milanovic2015-12-311-1/+1
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-301-2/+0
* Revert "Allow mame -validate -verbose to display more messages (and make erro... Miodrag Milanović2015-12-281-6/+0
* Allow mame -validate -verbose to display more messages (and make error/warnin... AJR2015-12-271-0/+6
* Make -verifyroms verify sub-devices like mpu401 and c2040fdc qmc22015-12-231-0/+61
* tagmap_t to std::unordered_map or std::unordered_set where applicable (nw) Miodrag Milanovic2015-12-091-17/+15