summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/mameopts.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* (nw) Cleanup on the way: Vas Crabb2020-03-101-1/+1
* use C++ library includes (nw) firewave2020-01-221-1/+1
* (nw) fixed presentation of error message about invalid INI options. Robbbert2019-09-191-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-2/+2
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-2/+2
* apply -verbose after processing command-line options and after first pass ove... Vas Crabb2019-01-121-2/+2
* Move unemulated/imperfect flags from machines into devices. Vas Crabb2017-07-271-4/+13
* mameopts: Don't lose the system inipath when looking for hashpath [O. Galibert] Olivier Galibert2017-06-301-0/+4
* Overhaul to how MAME handles options, take two (#2341) npwoods2017-06-251-611/+74
* Further tweaks to command verb behavior (nw) AJR2017-05-201-1/+2
* Fixed a regression in -listmedia/-listslots Nathan Woods2017-05-201-0/+15
* Adding hack to fish hashpath option out of INI files prior to softlist evalua... Nathan Woods2017-05-161-0/+26
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+1
* Changed 'int ignore_warnings' parameter on core_options::parse_ini_file() to ... Nathan Woods2017-05-101-1/+1
* Revert "Overhaul to how MAME handles options (#2260)" Vas Crabb2017-05-071-30/+582
* Overhaul to how MAME handles options (#2260) npwoods2017-05-051-582/+30
* srcclean (nw) Vas Crabb2017-04-231-2/+2
* More options refactoring Nathan Woods2017-04-161-17/+4
* Fixes issues specifying image/slot options fron INI files (reported by Robbbe... npwoods2017-04-151-17/+16
* Changes to make get_default_card_software() less stupid Nathan Woods2017-04-101-2/+41
* Refactoring in response to MT#6531 Nathan Woods2017-04-061-17/+40
* srcclean (nw) Vas Crabb2017-03-261-8/+8
* Fixed regression when loading multipart softlists Nathan Woods2017-03-201-1/+8
* Preliminary attempt to fix regression caused by poor understanding of get_def... npwoods2017-03-141-20/+80
* Changed a few more 'const char *' ==> 'const std::string &' (#2111) npwoods2017-03-041-2/+2
* filter devices when a driver pattern is supplied to -listxml Vas Crabb2017-03-031-3/+1
* Image instance name refactoring and bug fixing (nw) AJR2017-03-021-2/+0
* Make loading software through slots work again (nw) AJR2017-02-271-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-0/+3
* Cleanup of slot code Nathan Woods2017-02-261-2/+2
* Fixed regression pertaining to specification of empty strings as slot names Nathan Woods2017-02-271-3/+7
* Fixed an issue where device options (e.g. -cart) were reported as unknown whe... Nathan Woods2017-02-221-9/+22
* Softlist cleanup (#2075) npwoods2017-02-221-39/+163
* Very minor cleanups; accessing options.software_name() once and better std::s... npwoods2017-02-191-1/+1
* Revert "Make "requirement" field in softlists actually work (MT 6464)" Vas Crabb2017-02-191-4/+0
* Make "requirement" field in softlists actually work (MT 6464) AJR2017-01-111-0/+4
* Fix a bug in parsing the software name option that prevented the loading of s... AJR2016-11-071-1/+3
* MT 03045: source.ini must now be in the source subfolder. Robbbert2016-10-191-6/+2
* Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-1/+1
* const correctness related changes to softlist Nathan Woods2016-07-191-2/+2
* Verbose log INI parse chains more fully (nw) Firehawke2016-07-181-0/+1
* Move system name lookup into frontend (nw) AJR2016-04-281-5/+18
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-1/+0
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-0/+426