summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/clifront.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Spring cleaning: Vas Crabb2019-11-011-17/+17
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-9/+9
* Changed info_xml_creator to use std::ostream npwoods2019-08-051-1/+1
* Refactored MAME's plugin system npwoods2019-07-241-1/+2
* srcclean (nw) Vas Crabb2019-06-231-3/+3
* Adding a -version command line argument to get the current build version npwoods2019-06-221-1/+15
* (nw) Clean up the mess on master Vas Crabb2019-03-261-230/+221
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-221/+230
* UI cleanup continues: Vas Crabb2019-01-151-3/+6
* Make search not suck as badly (use algorithm derived from Jaro-Winkler simila... Vas Crabb2019-01-141-4/+12
* apply -verbose after processing command-line options and after first pass ove... Vas Crabb2019-01-121-3/+7
* (nw) one shouldn't copy/paste spelling errors; also clean up some comments Vas Crabb2019-01-041-10/+10
* Make informational verbs a bit more consistent, reduce copy/pasted code, a sl... Vas Crabb2019-01-041-216/+192
* clifront.cpp: 'a brief list of options' is a lie, make it more truthful. mooglyguy2018-11-121-3/+3
* (nw) more render work: Vas Crabb2018-07-311-12/+10
* Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw) AJR2018-06-241-0/+1
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-3/+3
* Make devopt menu localisable. Vas Crabb2018-04-281-4/+6
* support multiple patterns and devices in -listfull verb Vas Crabb2018-02-241-10/+68
* Fix -listdevices' misplacement of subdevices in some configurations AJR2017-12-011-1/+9
* Start adding stuff for iterating ROM entries in a more C++ way without needin... Vas Crabb2017-09-221-6/+10
* ui: improve layout of art/info box, support mousewheel scroll in info Vas Crabb2017-08-101-2/+1
* Add "minimaws" sample script demonstrating how to do some tasks with Vas Crabb2017-08-011-7/+7
* Move unemulated/imperfect flags from machines into devices. Vas Crabb2017-07-271-3/+3
* XML listing enhancements AJR2017-07-051-6/+25
* Overhaul to how MAME handles options, take two (#2341) npwoods2017-06-251-49/+47
* Device names can be obtained without instantiation now (nw) AJR2017-06-101-4/+2
* Sort slot options by name in -listslots AJR2017-06-101-11/+21
* Fixed erroneous space padding before linefeed on -listclones and -listbrother... Scott Stone2017-06-041-3/+6
* srcclean (nw) Vas Crabb2017-05-281-20/+20
* Have -listroms display a user-friendly message when no ROMs are required AJR2017-05-201-4/+11
* Further tweaks to command verb behavior (nw) AJR2017-05-201-1/+1
* Fixed a regression in -listmedia/-listslots Nathan Woods2017-05-201-49/+66
* More usability improvements: Vas Crabb2017-05-191-22/+11
* One more use for core_iswildstr (nw) AJR2017-05-181-1/+1
* More auxiliary verb stuff: Vas Crabb2017-05-181-55/+122
* Support -listroms for devices (e.g. mpu401 or m68705p3) Vas Crabb2017-05-181-25/+62
* Misc. validation fixes (nw) AJR2017-05-181-3/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+6
* Bug fix to -romident and aux verb cleanup (take two) (#2299) npwoods2017-05-131-61/+97
* Revert "Bug fix to -romident and aux verb cleanup (#2288)" Vas Crabb2017-05-121-97/+51
* Bug fix to -romident and aux verb cleanup (#2288) npwoods2017-05-121-51/+97
* Revert "Overhaul to how MAME handles options (#2260)" Vas Crabb2017-05-071-22/+14
* Overhaul to how MAME handles options (#2260) npwoods2017-05-051-14/+22
* Pruned out some cruft in src/lib/util/options.[cpp|h] Nathan Woods2017-04-171-10/+10
* srcclean (nw) Vas Crabb2017-03-261-1/+1
* Greatly improve performance of -romident on multiple files Vas Crabb2017-03-201-2/+2
* Refactored HTTP handling to be easier to extend and use (nw) Miodrag Milanovic2017-03-191-3/+1
* Substantially speed up -verifyroms, hack other verbs temporarily while device... Vas Crabb2017-03-121-90/+30
* Include devices in -listxml with * or no argument (nw) AJR2017-03-111-1/+1