summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix for tools building (no whatsnew) Miodrag Milanovic2011-05-101-1/+0
* Cleanups and version bumpmame0142u3 Angelo Salese2011-05-081-1/+1
* Fix issues with define of logerror (no whatsnew) Miodrag Milanovic2011-05-0719-178/+171
* formats lib - Removed some core dependency, put back asserts and made logging... Miodrag Milanovic2011-05-077-13/+24
* Moved format handling and all formats to separate library [Miodrag Milanovic] Miodrag Milanovic2011-05-06133-1/+24320
* astring: don't copy a pointer onto itself (not harmful, but annoying in Valgr... R. Belmont2011-05-011-1/+1
* Be consistent about template argument naming. Aaron Giles2011-04-301-7/+7
* astring: Fix build on NetBSD and other systems where toupper() is a macro [Th... R. Belmont2011-04-231-0/+7
* (Big tangle of changes that all happened as I was looking into the ROM Aaron Giles2011-04-132-1/+2
* Cleanups and version bump.mame0141u4 Aaron Giles2011-03-252-34/+34
* Fix minor oops. Aaron Giles2011-03-091-0/+1
* 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-032-1165/+611
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-2/+2
* megadriv.c: Rewritten SegaCD/MegaCD emulation [David Haywood] Fabio Priuli2011-02-121-0/+22
* Move generic templates from emucore.h to emutempl.h. Aaron Giles2011-02-071-0/+1
* Fix yuv factors in palette normalization. The web is full of errors... Couriersud2011-02-061-7/+7
* NetBSD support [Thomas Klausner] R. Belmont2011-02-021-0/+4
* Fix a bug in palette_normalize_range which caused color distortion. Couriersud2011-01-281-5/+7
* 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-232-2/+24
* Ignore warnings for non existing options in previous level of ini files (pare... Miodrag Milanovic2011-01-212-3/+3
* Added new flag for options OPTION_DRIVER_ONLY, and marked bios and ramsize as... Miodrag Milanovic2011-01-182-0/+21
* Fixed some long standing issues with image device config (no whatsnew) Miodrag Milanovic2011-01-172-2/+9
* Made MESS drivers too load config from parent drivers (as MAME) but images ar... Miodrag Milanovic2011-01-172-3/+33
* Redo most of the DRC/backend support as C++ Aaron Giles2011-01-171-0/+1
* revert silly change Fabio Priuli2011-01-121-1/+1
* astring.h: fixed a duplicate name [Fabio Priuli] Fabio Priuli2011-01-121-1/+1
* tagmap_hash is supposed to be fast. Calling strlen is not the way to be fast. Aaron Giles2010-12-121-7/+3
* Fixed debug command symlist (bug #4131) [Robbbert] Miodrag Milanovic2010-12-121-3/+7
* Cleanup & version bump.mame0140u1 Aaron Giles2010-11-081-8/+8
* Added UTF-8 constants for cursor key arrows, and accented characters on the S... Curt Coder2010-11-051-0/+15
* Fix O umlaut like I suggested, hoping this will fix XML parsing for -listxml Aaron Giles2010-11-041-0/+2
* Converted the expression engine to C++, did the usual cleanup. Aaron Giles2010-11-011-0/+1
* [Util] Added + and += operators to the astring class. Andrew Gardner2010-10-231-0/+5
* Since PNG writing is used for MNG as well, switch back to default compression Aaron Giles2010-09-301-1/+1
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-1/+1
* Add a non-const bool operator. Aaron Giles2010-08-261-0/+1
* Since previous fix made lot of issues, found better solution for this astring... Miodrag Milanovic2010-08-221-1/+1
* Removed bool operator, and changed operator char *() to return NULL in case o... Miodrag Milanovic2010-08-221-2/+1
* Added bool operator to astring, returning true if the string is Aaron Giles2010-08-211-0/+1
* Added basic comparison operators to the astring class. Aaron Giles2010-08-191-0/+13
* 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-212-0/+27
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-065-61/+61
* Moved debugging structure away from CPUs only and attached to all Aaron Giles2010-07-062-0/+16
* Imported image related utils from MESS into /lib/util [Miodrag Milanovic] Miodrag Milanovic2010-07-053-0/+431
* osd_free should be used instead of free (no whatsnew) Miodrag Milanovic2010-06-171-1/+1
* Updated expat library match the latest released version. (2.0.1) [Oliver Sto... Scott Stone2010-06-179-157/+211
* Added many instances of missing static and const qualifiers to MAME, and disa... Scott Stone2010-06-171-1/+1