summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Various memory leaks and unnecessary checks removed by Oliver Stoneberg (no w... Miodrag Milanovic2011-08-141-0/+12
* Sync with MESS (no whatsnew) Miodrag Milanovic2011-08-081-2/+2
* - Removing MD5 support in ROMLOAD_* [Oliver Stoneberg] Miodrag Milanovic2011-07-311-1/+1
* Exidy Sorcerer image update by robbbert (no whatsnew) Miodrag Milanovic2011-07-312-31/+31
* Make image recognition more relaxing (no whatsnew) Miodrag Milanovic2011-07-292-2/+5
* m68k: Added FSIN, FCOS, and FTAN using SoftFloat extensions [Stanislav Shwart... R. Belmont2011-07-287-232/+902
* cothreads: fixed to run on PowerPC Mac OS X [R. Belmont] R. Belmont2011-07-281-1/+5
* Cleanups and version bumpmame0143u2 Angelo Salese2011-07-265-24/+24
* Amiga ADF disk support (no whatsnew) Miodrag Milanovic2011-07-222-81/+162
* Floppy work WIP (no whatsnew) Miodrag Milanovic2011-07-214-20/+96
* New floppy image WIP (no whatsnew) Miodrag Milanovic2011-07-205-0/+213
* Renamed FLOPPY_OPTION* to LEGACY_FLOPPY_OPTION* (no whatsnew) Miodrag Milanovic2011-07-2048-140/+139
* floppy_image to floppy_image_legacy rename (no whatsnew) Miodrag Milanovic2011-07-2029-416/+416
* Fix for coco_dsk by Firewave (now hatsnew) Miodrag Milanovic2011-07-201-1/+1
* Fix for memsets in core (no whatsnew) Miodrag Milanovic2011-07-131-1/+1
* Port from MESS, nw Angelo Salese2011-06-282-38/+38
* Added support for multi level slot devices [Miodrag Milanovic] Miodrag Milanovic2011-06-272-0/+10
* Fixed cothread build for Mac OS X PowerPC (nw) R. Belmont2011-06-261-3/+3
* Fixed credit for byuu and warning in lib/cothread/amd64.c compile (no whatsnew) Miodrag Milanovic2011-06-251-1/+1
* libco: Fix linking and compiling under osx. (nw) Wilbert Pol2011-06-252-2/+2
* Added byuu's cothread library, along with a wrapper class. Switched to Aaron Giles2011-06-2519-2/+1353
* cdrom: convert Mode 1 Form 1 sectors to Mode 1 raw if requested [R. Belmont] R. Belmont2011-06-251-0/+17
* Cleanups and version bumpmame0142u6 Angelo Salese2011-06-192-2/+2
* Fixed 04376: Typo in lib/util/opresolv.c (no whatsnew) Scott Stone2011-06-161-1/+1
* Moved rest of mess formats to lib before rewrite(no whatsnew) Miodrag Milanovic2011-06-139-2/+223
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-052-3/+3
* Last round of GCC 4.6 fixes (no whatsnew) R. Belmont2011-05-302-10/+10
* GCC 4.6 "variable assigned but not used" fixes, part 1 (no whatsnew) R. Belmont2011-05-302-9/+7
* Fix for unmounting not detected image files (no whatsnew) Miodrag Milanovic2011-05-251-1/+1
* 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