summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emuopts.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Softlist cleanup (#2075) npwoods2017-02-221-12/+25
* srcclean (nw) Vas Crabb2017-01-221-3/+3
* Added initial HTTP/HTTPS webserver/websocket server support (nw) Miodrag Milanovic2017-01-041-0/+6
* Fixed spelling error (nw) Robbbert2016-11-131-1/+1
* added OPTION_HOMEPATH to point to read/write folder,for now used by LUA scrip... Miodrag Milanovic2016-11-121-0/+1
* Added swpath. Allows users to specify location of loose software. Robbbert2016-10-121-0/+1
* Implement new option -autostretchxy, to automatically apply Antonio Giner2016-08-271-0/+1
* Implement new option -unevenstretchy (complementary to -unevenstretchx) Antonio Giner2016-08-271-0/+1
* Procedural texture for vectors in HLSL ImJezze2016-06-051-1/+0
* Changed the backing representation of OPTION_UI from being a string to an enum Nathan Woods2016-05-291-0/+7
* Move system name lookup into frontend (nw) AJR2016-04-281-14/+0
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-1/+1
* Added file for mame depended handling of opts (nw) Miodrag Milanovic2016-04-221-418/+0
* Created mame_options as 1st step towards creating core independent of MAME im... Miodrag Milanovic2016-04-211-153/+157
* Merge pull request #823 from ajrhacker/deviter Miodrag Milanović2016-04-201-27/+23
|\
| * Iterate over devices C++11 style AJR2016-04-181-27/+23
* | Forced reset in order to properly apply some options. (nw) dankan18902016-04-201-1/+1
|/