summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/ldresample.c
Commit message (Collapse)AuthorAgeFilesLines
* Change tools I wrote to be straight BSD. Aaron Giles2009-10-311-4/+32
|
* Oops forgot part of the CHD changes. Aaron Giles2009-08-021-1/+1
|
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-2/+2
| | | | | can now be optionally compiled with the C++ compiler (mingw g++ only for the moment; MSVC still has issues).
* Added flags to the metadata entries, encoded in the top bit. Right now Aaron Giles2009-03-051-1/+1
| | | | | it is a no-op, but eventually will be used to indicate which bits of metadata are included in the overall checksum.
* 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-161-0/+663
a CHD with frames. Currently still WIP but useful if you know what you're doing. [Aaron Giles]