summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/clifront.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-67/+67
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1947