summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bump.mame0129u1 Aaron Giles2009-01-151-2/+2
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-124-6/+25
* romload cleanups: Aaron Giles2009-01-021-8/+3
* 02745: all sets using autosave: Games using autosave segfault on startup Aaron Giles2008-12-201-1/+1
* Fixed crash bug in DCS games. Aaron Giles2008-12-112-8/+14
* Cleanups/version bump/added missing drivers.mame0128u5 Aaron Giles2008-12-062-29/+29
* 02688: DIP switch settings are not being stored in INP files. Aaron Giles2008-12-043-5/+231
* Pool items are now tracked globally, and freed in reverse order Aaron Giles2008-11-261-43/+50
* 02456: wrong sector size at CD_TRACK_MODE2 conversion routine R. Belmont2008-10-301-4/+4
* Cleanups and version bump.mame0127u6 Aaron Giles2008-10-022-9/+9
* Simplified core deinterlacing logic based on availability of pre- Aaron Giles2008-09-292-2/+3
* Plumbed machine parameters through the renderer. Removed need for Aaron Giles2008-09-292-5/+108
* 02442: -aviwrite produces faulty files Aaron Giles2008-09-271-8/+8
* Changed MAKE_RGB macro to set the alpha to 255 instead of 0. Updated Aaron Giles2008-09-272-5/+6
* 02410: -aviwrite: files over 2 gigs sometimes get cut off Aaron Giles2008-09-271-2/+7
* Cleanups and version bump.mame0127u5 Aaron Giles2008-09-261-3/+3
* From: Christophe Jaillet [mailto:christophe.jaillet@wanadoo.fr] Aaron Giles2008-09-261-8/+24
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-261-2/+2
* Cleanups and version bump.mame0127u4 Aaron Giles2008-09-181-2/+2
* Changed requirements for laserdisc CHDs to require a new chunk of Aaron Giles2008-09-183-1/+93
* Cleanups and version bump.mame0127u3 Aaron Giles2008-09-111-1/+1
* Added a core_fopen_ram_copy() call, similar to core_fopen_ram() except that it Nathan Woods2008-09-062-4/+38
* Cleanups and version bump.mame0127u1 Aaron Giles2008-08-281-1/+1
* Fixed bug when writing AVI files with more than one RIFF chunk. Aaron Giles2008-08-211-1/+3
* Cleanups and version bump.mame0127 Aaron Giles2008-08-191-2/+2
* Added new generic laserdisc VIDEO_UPDATE handler to the laserdisc code. Aaron Giles2008-08-181-3/+3
* Cleanups and version bump.mame0126u5 Aaron Giles2008-08-142-123/+123
* Added new flag to menu items: MENU_FLAG_DISABLE, which means the Aaron Giles2008-08-132-2/+41
* Added video level detection and reporting to ldverify. Aaron Giles2008-08-122-8/+0
* Rejiggered huffman.c to support multiple interleaving Aaron Giles2008-08-126-732/+1534
* Cleanups and version bump.mame0126u4 Aaron Giles2008-08-072-31/+31
* ldverify now prints transient progress to stderr, allows for frame #0, Aaron Giles2008-08-072-11/+99
* Removed obsolete makemeta tool. Replaced it with new ldverify Aaron Giles2008-08-054-32/+151
* Added proper laserdisc support for MACH 3, Us vs. Them, and Cobra Aaron Giles2008-08-041-21/+14
* Removed per-frame metadata support from chdman. Creating an A/V Aaron Giles2008-08-013-5/+13
* Cleanups/version bump.mame0126u3 Aaron Giles2008-07-311-1/+1
* Added new options 'cheatpath' to specify one or more paths for cheat Aaron Giles2008-07-312-0/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-07-241-3/+1
* Cleanups. Aaron Giles2008-07-173-17/+17
* Added logic to parse out the white flag. Aaron Giles2008-07-162-5/+38
* Fixed popmessage. Aaron Giles2008-07-142-0/+44
* Note: I have done some testing, but there are probably more bugs Aaron Giles2008-07-123-0/+26
* Removed unnecessary includes and added check against maximum source width. Aaron Giles2008-07-081-4/+5
* Split out Philips code parsing into a separate utility module. Aaron Giles2008-07-083-0/+163
* Changed makemeta to parse a different format for metadata. Aaron Giles2008-07-071-6/+13
* Fixed assertion when compiled against MSVC and the string is UTF-8 Nathan Woods2008-06-281-2/+2
* Cleanups for 0.125u3. Aaron Giles2008-05-291-5/+5
* Added new option -snapname which lets you provide a template for how snapshot Aaron Giles2008-05-292-0/+68
* Cleanups and version bump.mame0125u1 Aaron Giles2008-05-151-2/+2
* Added uncompressed AVI recording. Extended aviio to be able Aaron Giles2008-05-132-7/+112