diff options
Diffstat (limited to 'deps/libchdr/README.md')
-rw-r--r-- | deps/libchdr/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/deps/libchdr/README.md b/deps/libchdr/README.md new file mode 100644 index 0000000..940920a --- /dev/null +++ b/deps/libchdr/README.md @@ -0,0 +1,7 @@ +# libchdr + +libchdr is a standalone library for reading MAME's CHDv1-v5 formats. + +The code is based off of MAME's old C codebase which read up to CHDv4 with OS-dependent features removed, and CHDv5 support backported from MAME's current C++ codebase. + +libchdr is licensed under the BSD 3-Clause (see [LICENSE.txt](LICENSE.txt)) and uses third party libraries that are each distributed under their own terms (see each library's license in [deps/](deps/)). |