summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emuopts.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Overdue internal UI enhancements (#8674) Vas Crabb2021-10-091-2/+2
* sound: make the compressor optional (clamp overdrive to -1.0-1.0 when off) hap2021-09-241-1/+2
* Add -share_directory option. This sets a directory on the host system which ... arbee2021-05-081-0/+1
* Much more core std::string_view modernization AJR2021-01-201-16/+29
* Eliminate many unnecessary c_str calls AJR2020-12-211-1/+1
* Fix some oversights and emergent behaviour with view selection. Vas Crabb2020-12-201-1/+1
* More Lua engine clean-up and documentation, resulting in core cleanup. Vas Crabb2020-12-181-1/+1
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-4/+4
* speaker.cpp: Add new option -speaker_report <n> to help devs tune volume (#6995) Aaron Giles2020-07-271-0/+1
* Add new option beam_dot_size that controls the rendered size of 'dots' in vec... Aaron Giles2020-07-241-0/+1
* Revert "ui: allow to skip warning popup at start" Vas Crabb2020-07-101-1/+0
* ui: allow to skip warning popup at start hap2020-07-101-0/+1
* video: frameskip setting is now upper frameskip limit when autoframeskip sett... hap2020-06-141-1/+1
* Debugger - add `-debuglog` option to log debug console output to file Stephen Oberholtzer2020-05-071-0/+1
* ouput -> output (nw) Angelo Salese2020-01-301-1/+1
* allow slot options with -listsoftware so stuff like spectrum_mgt_flop can be ... Vas Crabb2019-12-171-1/+1
* util/options.cpp: fix locale issues and a const correctness issue Vas Crabb2019-11-231-3/+4
* fix option conflict (nw) Vas Crabb2019-11-181-1/+1
* Remove up to one frame of input latency. (#5901) antonioginer2019-11-161-0/+1
* Changed mechanisms for overriding the mandatory file manager npwoods2019-08-051-1/+0
* Use canonical spelling of "canonical" (nw) AJR2019-08-021-18/+18
* Created a -skip_mandatory_fileman option npwoods2019-07-211-0/+1
* Make layout format more flexible: Vas Crabb2019-07-061-5/+0
* clean up and improve option descriptions Vas Crabb2018-12-131-31/+31
* dec8.cpp: Fix regression with ghostb, srdarwin (nw) Scott Stone2018-12-091-1/+1
* misc cleanup (nw) Vas Crabb2018-10-281-1/+1
* Fix connonical command line option. tim lindner2018-09-251-2/+2
* Fix error in debug build with SMS card options (nw) AJR2018-05-211-2/+5
* move some not-directly-emulation-related helpers to lib/util, further extrica... Vas Crabb2018-04-011-7/+7
* M1COMM, M2COMM, S32COMM: Updates to simulation (#3369) Ariane Fugmann2018-03-211-0/+1
* Override and fallback options for artwork (#2908) phulshof2018-01-071-0/+2
* Add option to disable saving NVRAM on exit AJR2017-12-261-2/+5
* rewind implementation fixes and improvements vadosnaprimer2017-12-221-1/+1
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-0/+2
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-2/+0
* (nw) fixed typo, and rewind off by default. Robbbert2017-12-081-1/+1
* Rewind feature and RAM savestates. vadosnaprimer2017-12-061-0/+2
* Revert "(nw) Fixed random crashing when swapping one slot device with another." Vas Crabb2017-08-061-17/+0
* (nw) Fixed random crashing when swapping one slot device with another. Robbbert2017-08-061-0/+17
* fix -sleep Vas Crabb2017-08-021-1/+1
* Fix subtle command regression (nw) AJR2017-07-061-1/+1
* Overhaul to how MAME handles options, take two (#2341) npwoods2017-06-251-69/+913
* Revert "Overhaul to how MAME handles options (#2260)" Vas Crabb2017-05-071-824/+69
* Overhaul to how MAME handles options (#2260) npwoods2017-05-051-69/+824
* srcclean (nw) Vas Crabb2017-04-231-19/+19
* Workaround for scenarios where both the command line and an INI specify an im... npwoods2017-04-191-1/+11
* More options refactoring Nathan Woods2017-04-161-21/+105
* Fixes issues specifying image/slot options fron INI files (reported by Robbbe... npwoods2017-04-151-1/+72
* Refactoring in response to MT#6531 Nathan Woods2017-04-061-27/+0
* fix crash on excessive command-line options, clean up some tabulation, remove... Vas Crabb2017-03-031-42/+39