You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
duckstation/dep/libchdr
Stenzek 1b7c56ece5
dep/libchdr: Add EDC computation functions
4 months ago
..
include dep/libchdr: Add EDC computation functions 4 months ago
src dep/libchdr: Add EDC computation functions 4 months ago
CMakeLists.txt dep/libchdr: Rebase to upstream 2a1119c 11 months ago
LICENSE.txt
README.md
libchdr.vcxproj Build: Use deps DLLs on Windows 10 months ago
libchdr.vcxproj.filters dep/libchdr: Update to a03e693 3 years ago

README.md

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) and uses third party libraries that are each distributed under their own terms (see each library's license in deps/).