summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Oops forgot part of the CHD changes. Aaron Giles2009-08-021-1/+1
* Fix chdman -update to leave the write protect state alone when updating Aaron Giles2009-08-021-4/+4
* Oops, meant to say "core_stricmp" Aaron Giles2009-07-161-3/+4
* Cleanups and version bump.mame0132u5 Aaron Giles2009-07-161-42/+42
* Forgot to add it to the list of tools. Aaron Giles2009-07-161-0/+1
* Never send a monster to do the work of an evil scientist... Aaron Giles2009-07-161-0/+441
* From: David Haywood [neohaze@nildram.co.uk] Aaron Giles2009-07-161-0/+13
* Added casts to ensure proper values are passed to the ctype.h functions. Aaron Giles2009-06-255-18/+18
* Fixed buffer overflow with longer driver names. Aaron Giles2009-05-131-1/+1
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-277-51/+51
* Cleanups and version bump. Aaron Giles2009-03-191-13/+13
* Fixed bug where chdman -extract would not truncate to the logical size. Aaron Giles2009-03-161-0/+1
* Added new function core_fload() to load a file into an allocated buffer. Aaron Giles2009-03-113-84/+27
* Moved chd_clone_metadata code into chdman.c so that it can intelligently Aaron Giles2009-03-101-16/+202
* Redid metadata hashing. A digest of tags and hashes for each Aaron Giles2009-03-101-25/+0
* NOTE: With the change, all existing CHD diff files are invalid. Aaron Giles2009-03-091-37/+278
* Added flags to the metadata entries, encoded in the top bit. Right now Aaron Giles2009-03-053-14/+14
* This patch just cleans up some memory and file handles in the error Aaron Giles2009-01-041-0/+7
* Modified regrep to display the soruce file. Aaron Giles2008-12-131-1/+1
* Enhanced runtest to use all available processors. Aaron Giles2008-11-241-20/+54
* Added template support to regrep. Changed output to not color the Aaron Giles2008-11-171-169/+163
* Cleanups and version bump. Aaron Giles2008-11-021-10/+10
* Changed from explicit styles to classes. Aaron Giles2008-10-301-70/+66
* Modified src2html to use a template source file instead of hard-coding to Aaron Giles2008-10-301-63/+85
* Cleanups and version bump.mame0128 Aaron Giles2008-10-161-32/+32
* Added new tool ldresample to assist in resynchronizing audio tracks in Aaron Giles2008-10-163-1/+678
* Cleanups and version bump.mame0127u6 Aaron Giles2008-10-021-5/+5
* ldverify improvements: Aaron Giles2008-09-291-73/+49
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-261-1/+1
* Cleanups and version bump.mame0127u4 Aaron Giles2008-09-181-12/+12
* Changed requirements for laserdisc CHDs to require a new chunk of Aaron Giles2008-09-181-4/+275
* Fixed bug when writing AVI files with more than one RIFF chunk. Aaron Giles2008-08-211-0/+6
* Cleanups and version bump.mame0127 Aaron Giles2008-08-191-14/+14
* Increased blank reporting threshold. Fixed error in blank tracking. Aaron Giles2008-08-181-3/+4
* Added new generic laserdisc VIDEO_UPDATE handler to the laserdisc code. Aaron Giles2008-08-183-14/+183
* Cleanups and version bump.mame0126u5 Aaron Giles2008-08-142-11/+11
* Improved video signal warning reporting. Aaron Giles2008-08-131-17/+41
* Added video level detection and reporting to ldverify. Aaron Giles2008-08-122-26/+54
* Rejiggered huffman.c to support multiple interleaving Aaron Giles2008-08-122-275/+142
* Cleanups and version bump.mame0126u4 Aaron Giles2008-08-072-51/+51
* ldverify now prints transient progress to stderr, allows for frame #0, Aaron Giles2008-08-071-5/+11
* Fixed GCC compile error. R. Belmont2008-08-061-1/+1
* Removed obsolete makemeta tool. Replaced it with new ldverify Aaron Giles2008-08-054-628/+922
* Removed per-frame metadata support from chdman. Creating an A/V Aaron Giles2008-08-011-102/+20
* Added logic to parse out the white flag. Aaron Giles2008-07-161-6/+4
* fix memory leak in romcmp Nicola Salmoria2008-07-151-2/+10
* Split out Philips code parsing into a separate utility module. Aaron Giles2008-07-081-99/+4
* Changed makemeta to parse a different format for metadata. Aaron Giles2008-07-071-30/+47
* - revert commit 1566 Laurent Desnogues2008-05-131-7/+7
* - don't use $(LIBS) for linking where it's not needed (hope I did not break Laurent Desnogues2008-05-131-7/+7