summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/options.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-1/+1
* Cleanups and version bump Miodrag Milanovic2016-02-241-1/+1
* MAME related settings are saved on request only (nw) Miodrag Milanovic2016-02-061-0/+5
* Return std::string objects by value rather than pass by reference AJR2016-01-101-2/+2
* tagmap_t to std::unordered_map or std::unordered_set where applicable (nw) Miodrag Milanovic2015-12-091-2/+2
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-4/+4
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-14/+14
* removed bool conversion and implicit empty check (nw) Miodrag Milanovic2015-04-191-2/+2
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-5/+5
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-1/+1
* Changed osd_font to struct osd_font and removed unnecessary osdepend.h couriersud2015-01-171-1/+0
* -Reorganized OSD, handling more sound output systems and debuggers, defaults ... Miodrag Milanovic2014-05-081-0/+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-6/+9
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* (MESS) Be a bit more fine-grained in when to mark slot options as internal. (nw) Wilbert Pol2013-02-271-0/+2
* Don't save out internally determined settings to .ini files. (nw) Wilbert Pol2013-02-211-0/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-33/+33
* Made cmd line parameter parsing going into unlimited levels (no whatsnew) Miodrag Milanovic2012-09-041-1/+1
* Added support for fixed slots (used for MAME) and ability to create internal ... Miodrag Milanovic2012-05-231-0/+2
* Added support for multi level slot devices [Miodrag Milanovic] Miodrag Milanovic2011-06-271-0/+1
* Cleanups and version bump.mame0141u4 Aaron Giles2011-03-251-7/+7
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-194/+142
* - Display suggestions in case commands that require game name are called and ... Miodrag Milanovic2011-01-231-1/+1
* Ignore warnings for non existing options in previous level of ini files (pare... Miodrag Milanovic2011-01-211-1/+1
* Added new flag for options OPTION_DRIVER_ONLY, and marked bios and ramsize as... Miodrag Milanovic2011-01-181-0/+4
* Fixed some long standing issues with image device config (no whatsnew) Miodrag Milanovic2011-01-171-0/+3
* Made MESS drivers too load config from parent drivers (as MAME) but images ar... Miodrag Milanovic2011-01-171-0/+3
* - Added new operation on options which enables adding of parameter and execut... Miodrag Milanovic2010-07-211-0/+3
* Cleanups and version bump.mame0134u3 Aaron Giles2009-10-121-13/+13
* Moved all files in src/lib/util over to straight BSD and common Aaron Giles2009-10-101-2/+30
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+216