summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emuopts.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed loading software with unadorned parameter (no whatsnew) Miodrag Milanovic2011-11-101-6/+3
* Change order of parsing in emu_options, so first all slot devices are set and... Miodrag Milanovic2011-11-091-5/+3
* Made some fixes/additions to the input system [kanikani] Angelo Salese2011-10-231-0/+2
* Corrected adding a slot options, fixes issues visible on PC driver in MESS (n... Miodrag Milanovic2011-10-131-0/+6
* Fix for softlist loading (no whatsnew) Miodrag Milanovic2011-07-251-1/+1
* Clean-ups and version bumpmame0143u1 Angelo Salese2011-07-111-1/+1
* Made quicklaunch work for slot/image devices (no whatsnew) Miodrag Milanovic2011-07-031-15/+34
* Small core changes to enable making slot device also a image device (no whats... Miodrag Milanovic2011-07-031-1/+2
* Always parse one more time in case additional devices are added in previous p... Miodrag Milanovic2011-06-291-3/+1
* Port from MESS, nw Angelo Salese2011-06-281-2/+2
* Added support for multi level slot devices [Miodrag Milanovic] Miodrag Milanovic2011-06-271-26/+52
* Added support for starting softlist item directly without Miodrag Milanovic2011-06-151-0/+1
* emuopts: added confirm_quit option (defaults to off). when on, pressing ESC y... Fabio Priuli2011-06-031-0/+1
* Initial frameworking for upcoming artwork updates [Mr. Do] Angelo Salese2011-05-231-0/+2
* Coding convention cleanup. Aaron Giles2011-05-051-7/+3
* Added support for dynamic devices, will add more info for log Miodrag Milanovic2011-05-041-3/+38
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-5/+5
* (Big tangle of changes that all happened as I was looking into the ROM Aaron Giles2011-04-131-7/+8
* BIG update. Aaron Giles2011-03-291-1/+1
* Cleanups and version bump.mame0141u4 Aaron Giles2011-03-251-6/+6
* Attached emu_options to the machine_config, and the running_machine Aaron Giles2011-03-101-2/+2
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-244/+367
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-2/+2
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-1/+1
* Added new flag for options OPTION_DRIVER_ONLY, and marked bios and ramsize as... Miodrag Milanovic2011-01-181-2/+2
* Fixed some long standing issues with image device config (no whatsnew) Miodrag Milanovic2011-01-171-1/+1
* Made MESS drivers too load config from parent drivers (as MAME) but images ar... Miodrag Milanovic2011-01-171-1/+1
* Cleaned OSD windows and emu part from NEWUI dependencies (no whatsnew) Miodrag Milanovic2011-01-131-3/+0
* - Moved RAM device into emu core [Miodrag Milanovic] Miodrag Milanovic2011-01-051-5/+4
* - Fixed issue with image empty slot [Miodrag Milanovic] Miodrag Milanovic2010-11-261-6/+0
* Added support for OSD-generated fonts. The OSD is queried first to see Aaron Giles2010-10-241-0/+1