summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/chdman.c
Commit message (Expand)AuthorAgeFilesLines
* moved assert replacement inside emucore.h so it is actually used / removed as... Oliver Stöneberg2015-03-201-0/+2
* fixed some C++11 compiler warnings (nw) Oliver Stöneberg2015-02-051-1/+1
* Report core file position in case of a CHD hunk read error (nw) jbu2015-02-051-1/+4
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-2/+2
* added missing catch in chd_file_compressor::async_read() and chdman main() (nw) Oliver Stöneberg2015-01-161-0/+6
* fixed chdman.c compiler warning (nw) Oliver Stöneberg2015-01-161-1/+1
* chdman: added -s/--size parameter for "createhd" to create blank harddisk bas... Oliver Stöneberg2015-01-161-9/+24
* fixed "make tools" with VS14 CTP4 (nw) smf-2014-10-181-3/+3
* Cleanups and version bump Miodrag Milanovic2014-07-221-1/+1
* CHD cleanups: [MetalliC] R. Belmont2014-04-281-2/+6
* chd updates: [MetalliC] R. Belmont2014-04-181-5/+55
* first round of printf fixes (nw) Oliver Stöneberg2014-02-251-4/+4
* Fix tools compile (nw) Alex W. Jackson2014-02-201-5/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* removed accidental change from src/tools/chdman.c (nw) Oliver Stöneberg2013-09-051-2/+0
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-1/+1
* Fixes for building MAME with Visual Studio 2013 preview [smf] smf-2013-07-051-7/+7
* disable creation of uncompressed LD CHDs (nw) Oliver Stöneberg2013-07-031-0/+5
* chdman: fixed hang when chd_file_compressor::async_read() failed (e.g. trying... Oliver Stöneberg2013-06-211-7/+2
* chdman: fixed deletion of output file in case of an error (nw) Oliver Stöneberg2013-06-211-5/+5
* chdman: -c would only overwrite the amount of compressions defined - part of ... Oliver Stöneberg2013-06-181-0/+5
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-201-1/+1
* Various CD-ROM / CHDMAN improvements: [R. Belmont] R. Belmont2013-05-181-4/+15
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-263/+263
* cdrom: Introduces concept of logical sector addresses so games see the disc w... R. Belmont2013-01-051-2/+2
* 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