summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/options.c
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-819/+0
* Cleanups and version bumpmame0163 Miodrag Milanovic2015-06-241-15/+15
* Licenses for Raphael Nabet (nw) Miodrag Milanovic2015-06-071-10/+24
* Another round of -Wextra -Wdouble-promotion fixes. (nw) couriersud2015-05-201-2/+2
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-51/+53
* removed bool conversion and implicit empty check (nw) Miodrag Milanovic2015-04-191-2/+2
* updated astring constructors to have just one string param, to be more like s... Miodrag Milanovic2015-04-131-1/+1
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-8/+8
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-8/+8
* fixed several missing assert.h includes (nw) Oliver Stöneberg2015-03-201-0/+1
* -Reorganized OSD, handling more sound output systems and debuggers, defaults ... Miodrag Milanovic2014-05-081-0/+39
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-116/+63
* 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/+17
* Don't save out internally determined settings to .ini files. (nw) Wilbert Pol2013-02-211-17/+20
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-10/+10
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-2/+2
* Made cmd line parameter parsing going into unlimited levels (no whatsnew) Miodrag Milanovic2012-09-041-0/+12
* Clean-ups and version bumpmame0146u1 Miodrag Milanovic2012-06-111-1/+1
* Added support for fixed slots (used for MAME) and ability to create internal ... Miodrag Milanovic2012-05-231-0/+11
* Change order of parsing in emu_options, so first all slot devices are set and... Miodrag Milanovic2011-11-091-2/+5
* ini file write: skip those <UNADORNED..> options, and don't start the file wi... Michaël Banaan Ananas2011-08-221-9/+26
* Various memory leaks and unnecessary checks removed by Oliver Stoneberg (no w... Miodrag Milanovic2011-08-141-0/+12
* Added support for multi level slot devices [Miodrag Milanovic] Miodrag Milanovic2011-06-271-0/+9
* Cleanups and version bump.mame0141u4 Aaron Giles2011-03-251-27/+27
* Fix -no<option> for booleans Aaron Giles2011-03-051-0/+7
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-971/+469
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-10/+10
* - Display suggestions in case commands that require game name are called and ... Miodrag Milanovic2011-01-231-1/+23
* Ignore warnings for non existing options in previous level of ini files (pare... Miodrag Milanovic2011-01-211-2/+2
* Added new flag for options OPTION_DRIVER_ONLY, and marked bios and ramsize as... Miodrag Milanovic2011-01-181-0/+17
* Fixed some long standing issues with image device config (no whatsnew) Miodrag Milanovic2011-01-171-2/+6
* Made MESS drivers too load config from parent drivers (as MAME) but images ar... Miodrag Milanovic2011-01-171-3/+30
* Cleanups and version bump.mame0138u4 Aaron Giles2010-07-221-2/+2
* - Added new operation on options which enables adding of parameter and execut... Miodrag Milanovic2010-07-211-0/+24
* lib/util now includes stdlib.h where needed Couriersud2010-01-171-0/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* 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
* Added casts to ensure proper values are passed to the ctype.h functions. Aaron Giles2009-06-251-4/+4
* Modified the makefile to support experimental optional C++ Aaron Giles2009-02-281-2/+2
* Reverted change to options.c - not ready for release due to potential breakag... Couriersud2008-03-021-8/+1
* Rewrote some potentially compiler specific code: Couriersud2008-03-021-1/+8
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* (From Oliver Stoneberg) Aaron Giles2008-01-031-2/+2
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1133