| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix for output of TOC and GDI content on extractcd option (nw) |  Miodrag Milanovic | 2012-05-17 | 1 | -2/+3 |
| * | Added code to cdrom.c to compute and verify ECC codes for mode 1/2 |  Aaron Giles | 2012-04-06 | 1 | -1/+1 |
| * | Clean-ups and version bumpmame0145u5 |  Angelo Salese | 2012-03-25 | 1 | -1/+1 |
| * | unidasm: Remove the tms57002 until modern cores are handled sanely [O. Galibert] |  Olivier Galibert | 2012-03-11 | 1 | -2/+2 |
| * | When copying CHDs, preserve the flag that indicates whether the metadata |  Aaron Giles | 2012-03-06 | 1 | -2/+2 |
| * | Windows compile fix, thanks OG (no whatsnew) |  Miodrag Milanovic | 2012-03-05 | 1 | -1/+1 |
| * | chdman: Correct processing of GDI files, add ability to extractcd to .gdi, ve... |  R. Belmont | 2012-03-04 | 1 | -109/+220 |
| * | fixed several Visual Studio compiler warnings and 64-bit libflac compilation ... |  Miodrag Milanovic | 2012-02-29 | 1 | -4/+7 |
| * | Cleanup recent changes, fix a missing case where a compressor was |  Aaron Giles | 2012-02-28 | 1 | -42/+21 |
| * | fixed stack overflow in chdman when compiled with Visual Studio by moving obj... |  Miodrag Milanovic | 2012-02-28 | 1 | -23/+39 |
| * | SDL: support unofficial (not in the OSD class) num_processors API used by chd... |  R. Belmont | 2012-02-26 | 1 | -5/+0 |
| * | chdman: Properly handle and warn on bin/cue output of images with subcode dat... |  R. Belmont | 2012-02-26 | 1 | -4/+19 |
| * | Clean-ups and version bumpmame0145u2 |  Angelo Salese | 2012-02-26 | 3 | -8/+8 |
| * | Better management of FLAC block sizes, aiming to keep them around 2k |  Aaron Giles | 2012-02-26 | 1 | -2/+2 |
| * | Added new function dumpmeta to dump out a particular piece of metadata |  Aaron Giles | 2012-02-21 | 1 | -0/+89 |
| * | Better fix is to just not parse start/end when there's no input file. |  Aaron Giles | 2012-02-20 | 1 | -4/+5 |
| * | Fixed empty CHD creation for HDD's (no whatsnew) |  Miodrag Milanovic | 2012-02-20 | 1 | -2/+2 |
| * | Error message type fix from Firewave (nw) |  Miodrag Milanovic | 2012-02-20 | 1 | -1/+1 |
| * | Fix compile under 4.6.2 (nw) |  Miodrag Milanovic | 2012-02-20 | 1 | -2/+2 |
| * | Fix ld tool compilation. |  Aaron Giles | 2012-02-20 | 4 | -740/+684 |
| * | Clean-ups and version bumpmame0145u1 |  Angelo Salese | 2012-02-19 | 1 | -165/+165 |
| * | Move all-0 detection to the write path. Use hunk_info on the |  Aaron Giles | 2012-02-17 | 1 | -95/+36 |
| * | Fail initializing the CD-FLAC codec if the hunk size is not CD-compatible. |  Aaron Giles | 2012-02-17 | 1 | -491/+510 |
| * | Added new CHD codec: CD-FLAC which knows how to shuffle CD data |  Aaron Giles | 2012-02-17 | 1 | -2/+2 |
| * | Major CHD/chdman update. The CHD version number has been increased |  Aaron Giles | 2012-02-16 | 2 | -3021/+2234 |
| * | Clean-ups and version bumpmame0144u7 |  Angelo Salese | 2012-01-29 | 1 | -1/+1 |
| * | Disable -createcdflac for now. The CHDs produced are not |  Aaron Giles | 2012-01-24 | 1 | -1/+1 |
| * | Added FLAC (lossless audio) codec support plus experimental hooks in samples ... |  R. Belmont | 2012-01-22 | 2 | -8/+17 |
| * | Major bitmap-related changes throughout the system. There are |  Aaron Giles | 2012-01-12 | 4 | -482/+447 |
| * | Cleanups and version bumpmame0144u5 |  Angelo Salese | 2012-01-08 | 1 | -1/+1 |
| * | Removed old C-based interface to astrings. astring exists only as |  Aaron Giles | 2012-01-03 | 3 | -479/+373 |
| * | Fix for tools compile provided by qmc2 author (no whatsnew) |  Miodrag Milanovic | 2012-01-02 | 3 | -6/+6 |
| * | Bulk conversion of bitmap_t * to bitmap_t & . With this change the |  Aaron Giles | 2012-01-02 | 1 | -11/+11 |
| * | Fix tools to work with new bitmap_t semantics. |  Aaron Giles | 2011-12-31 | 4 | -78/+63 |
| * | Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* |  Aaron Giles | 2011-12-31 | 1 | -3/+3 |
| * | chdman: fixed -extractcd of images with postgaps. CHDs do not need reconvers... |  R. Belmont | 2011-12-31 | 1 | -1/+1 |
| * | scrclean: Let's make buffers little bigger, fixes cleanup of big softlists (n... |  Miodrag Milanovic | 2011-12-05 | 1 | -1/+1 |
| * | Fixed compile of split tool under GCC 4.6 (no whatsnew) |  Alex W. Jackson | 2011-09-11 | 1 | -2/+0 |
| * | Added support for loading other image types to cdrom device, with use of chdm... |  Miodrag Milanovic | 2011-08-20 | 3 | -1051/+0 |
| * | chdman - supported full/relative paths when creating cd rom image, also added... |  Miodrag Milanovic | 2011-08-20 | 1 | -13/+52 |
| * | Clean-ups and version bumpmame0143u3 |  Angelo Salese | 2011-08-14 | 1 | -1/+1 |
| * | Fix sharc in unidasm [trap15] |  Jonathan Gevaryahu | 2011-08-14 | 1 | -1/+1 |
| * | - Removing MD5 support in ROMLOAD_* [Oliver Stoneberg] |  Miodrag Milanovic | 2011-07-31 | 5 | -7/+9 |
| * | Clean-ups and version bumpmame0143u1 |  Angelo Salese | 2011-07-11 | 1 | -1/+1 |
| * | Preliminary work for ATV Track, in order to get the second SH-4 into |  Angelo Salese | 2011-07-11 | 1 | -3/+32 |
| * | Fixed some potential memory leaks and NULL pointer deferences as well as remo... |  Scott Stone | 2011-06-15 | 1 | -0/+3 |
| * | chdcd: Better GCC 4.6 fix (no whatsnew) |  R. Belmont | 2011-06-07 | 1 | -1/+1 |
| * | chdman: fix GCC 4.6 build [R. Belmont] |  R. Belmont | 2011-06-06 | 1 | -2/+2 |
| * | chdman: Handle track type 6 in .nrg files [R. Belmont] |  R. Belmont | 2011-05-07 | 1 | -4/+9 |
| * | srcclean.c: srcclean should remove invalid chars only for source files which ... |  Fabio Priuli | 2011-05-05 | 1 | -3/+4 |