summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/chdman.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix for output of TOC and GDI content on extractcd option (nw) Miodrag Milanovic2012-05-171-2/+3
* Added code to cdrom.c to compute and verify ECC codes for mode 1/2 Aaron Giles2012-04-061-1/+1
* When copying CHDs, preserve the flag that indicates whether the metadata Aaron Giles2012-03-061-2/+2
* Windows compile fix, thanks OG (no whatsnew) Miodrag Milanovic2012-03-051-1/+1
* chdman: Correct processing of GDI files, add ability to extractcd to .gdi, ve... R. Belmont2012-03-041-109/+220
* Cleanup recent changes, fix a missing case where a compressor was Aaron Giles2012-02-281-42/+21
* fixed stack overflow in chdman when compiled with Visual Studio by moving obj... Miodrag Milanovic2012-02-281-23/+39
* SDL: support unofficial (not in the OSD class) num_processors API used by chd... R. Belmont2012-02-261-5/+0
* chdman: Properly handle and warn on bin/cue output of images with subcode dat... R. Belmont2012-02-261-4/+19
* Clean-ups and version bumpmame0145u2 Angelo Salese2012-02-261-3/+3
* Better management of FLAC block sizes, aiming to keep them around 2k Aaron Giles2012-02-261-2/+2
* Added new function dumpmeta to dump out a particular piece of metadata Aaron Giles2012-02-211-0/+89
* Better fix is to just not parse start/end when there's no input file. Aaron Giles2012-02-201-4/+5
* Fixed empty CHD creation for HDD's (no whatsnew) Miodrag Milanovic2012-02-201-2/+2
* Error message type fix from Firewave (nw) Miodrag Milanovic2012-02-201-1/+1
* Fix ld tool compilation. Aaron Giles2012-02-201-4/+7
* Clean-ups and version bumpmame0145u1 Angelo Salese2012-02-191-165/+165
* Fail initializing the CD-FLAC codec if the hunk size is not CD-compatible. Aaron Giles2012-02-171-491/+510
* Added new CHD codec: CD-FLAC which knows how to shuffle CD data Aaron Giles2012-02-171-2/+2
* Major CHD/chdman update. The CHD version number has been increased Aaron Giles2012-02-161-3020/+2232
* Clean-ups and version bumpmame0144u7 Angelo Salese2012-01-291-1/+1
* Disable -createcdflac for now. The CHDs produced are not Aaron Giles2012-01-241-1/+1
* Added FLAC (lossless audio) codec support plus experimental hooks in samples ... R. Belmont2012-01-221-2/+11
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-324/+304
* Fix for tools compile provided by qmc2 author (no whatsnew) Miodrag Milanovic2012-01-021-2/+2
* Fix tools to work with new bitmap_t semantics. Aaron Giles2011-12-311-39/+28
* chdman: fixed -extractcd of images with postgaps. CHDs do not need reconvers... R. Belmont2011-12-311-1/+1
* - Removing MD5 support in ROMLOAD_* [Oliver Stoneberg] Miodrag Milanovic2011-07-311-3/+3
* chdman: experimental incomplete .nrg disc image import [R. Belmont] R. Belmont2011-02-121-1/+1
* Cleanups and version bump.mame0139u3 Aaron Giles2010-09-191-1/+1
* CHDMAN: fix for extracting bin/cue audio tracks (no whatsnew) R. Belmont2010-09-141-0/+13
* CHDMAN: improved -extractcd bin/cue output, improved error handling. [R. Belm... R. Belmont2010-09-141-34/+22
* CHDMAN: rewrote bin/cue support from specs, more images now work. [R. Belmont] R. Belmont2010-09-081-1/+1
* Cleanups and version bump. Aaron Giles2010-06-171-1/+1
* chdman/cdrom updates: [R. Belmont] R. Belmont2010-05-301-57/+169
* Fixed linking of chdman.exe and romcmp.exe with Visual Scott Stone2010-04-231-1/+1
* Tools now include stdlib.h where needed Couriersud2010-01-171-0/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-4/+4
* Results of running the latest srcclean. Aaron Giles2009-12-281-3/+3
* Change tools I wrote to be straight BSD. Aaron Giles2009-10-311-4/+32
* chdman: add option to create uncompressed writeable HD images for MESS R. Belmont2009-10-281-0/+143
* Fix chdman -update to leave the write protect state alone when updating Aaron Giles2009-08-021-4/+4
* Added casts to ensure proper values are passed to the ctype.h functions. Aaron Giles2009-06-251-1/+1
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-11/+11
* 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-111-62/+17
* 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