summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emuopts.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* -Reorganized OSD, handling more sound output systems and debuggers, defaults ... Miodrag Milanovic2014-05-081-5/+1
* use the flag set by the GAME/CONS/COMP/SYST macro to parse additional optiona... David Haywood2014-05-011-0/+9
* Removed not used option (nw) Miodrag Milanovic2014-04-171-1/+0
* reverting to classic ui due to lot of issues, as much as I hate reverting som... Miodrag Milanovic2014-04-171-1/+1
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-1/+1
* reverting r28187, if menus are unusable at that size user should make window ... Miodrag Milanovic2014-04-151-2/+0
* Merge of new menubar code Nathan Woods2014-04-121-1/+3
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-89/+74
* Adding minimum width/height options; defaulting to '0' so there is no change ... Nathan Woods2014-03-021-0/+2
* Slot options can now be configured inline without creating an array. Legacy s... smf-2013-12-161-4/+6
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* web: Fix web options reading from ini, improved load/save state UI [Firehawke] R. Belmont2013-09-241-1/+1
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-4/+4
* Added command line option to force DRC C backend [Miodrag Milanovic] Miodrag Milanovic2013-08-271-0/+1
* Made both DRC and Non-DRC compile for MIPS, RSP and SH2 core and added option... Miodrag Milanovic2013-08-271-0/+1
* Initial commit of internal web server, mostly to check compiling on various p... Miodrag Milanovic2013-08-071-0/+3
* emuopts.c: Added a new option -statename which allows to specify the location... Fabio Priuli2013-05-281-0/+1
* LUA 5.2.2 added to libraries, did basic hookup of LUA VM into running machine... Miodrag Milanovic2013-05-091-0/+1
* Autoboot command support added [Ben Geeves,Miodrag Milanovic] Miodrag Milanovic2013-05-061-0/+2
* (MESS) Be a bit more fine-grained in when to mark slot options as internal. (nw) Wilbert Pol2013-02-271-3/+13
* emuopts.c: Re-evaluate slot options after loading .ini files. [Wilbert Pol] Wilbert Pol2013-02-261-0/+3
* Slightly clearer and safer (nw) Wilbert Pol2013-02-211-1/+1
* Don't save out internally determined settings to .ini files. (nw) Wilbert Pol2013-02-211-1/+2
* revert previous r21062. check must be put elsewhere... Fabio Priuli2013-02-141-1/+1
* emuopts.c: avoid slots without user configurable options to write their confi... Fabio Priuli2013-02-141-1/+1
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+1
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-3/+3
* Made core able to use bios selection per slot device [Miodrag Milanovic] Miodrag Milanovic2012-09-051-0/+28
* Made cmd line parameter parsing going into unlimited levels (no whatsnew) Miodrag Milanovic2012-09-041-7/+17
* make ui_active a user option Michaƫl Banaan Ananas2012-08-281-0/+1
* Clean-ups and version bumpmame0146u5 Miodrag Milanovic2012-08-201-1/+1
* Made UI mouse cursor optional (default is off for now), in games with clickab... Miodrag Milanovic2012-08-171-0/+1
* Fixed for slot menus + some cleanup (nw) Miodrag Milanovic2012-06-051-1/+1
* Perform validation after reading ini file and check system name, fixes issues... Miodrag Milanovic2012-06-031-1/+1
* Fix for MT bug #04859 (no whatsnew) Miodrag Milanovic2012-05-251-0/+2
* make fix slots not available by command line (nw) Miodrag Milanovic2012-05-231-0/+1
* Move driver list/enumerator to new file drivenum.c/.h. Aaron Giles2012-04-061-0/+1
* Clean-ups and version bumpmame0145u1 Angelo Salese2012-02-191-1/+1
* ups (nw) Miodrag Milanovic2012-02-191-1/+1
* Added possibility to see subslot devices when they are added from softlist, a... Miodrag Milanovic2012-02-191-0/+2
* Moved software checks in front of other checks in clifront Miodrag Milanovic2012-02-161-0/+3
* Made aliases for image devices without index, make some exotic cases to work ... Miodrag Milanovic2012-02-151-1/+3
* Parameter names are now without : (no whatsnew) Miodrag Milanovic2012-01-251-10/+4
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-9/+10
* Enabling load of multi part softlist items on all available device [Fabio Pri... Miodrag Milanovic2012-01-111-1/+1
* Removed old C-based interface to astrings. astring exists only as Aaron Giles2012-01-031-3/+3
* Fixed handling slot/image options so it's possible to override slot setting b... Miodrag Milanovic2011-11-231-0/+32
* Move per emulator constants info into separate class [Miodrag Milanovic] Miodrag Milanovic2011-11-171-2/+2