duckstation/dep/libchdr
Stenzek 1b7c56ece5
dep/libchdr: Add EDC computation functions
2024-09-01 20:09:43 +10:00
..
include dep/libchdr: Add EDC computation functions 2024-09-01 20:09:43 +10:00
src dep/libchdr: Add EDC computation functions 2024-09-01 20:09:43 +10:00
CMakeLists.txt dep/libchdr: Rebase to upstream 2a1119c 2024-02-18 15:34:06 +09:00
LICENSE.txt dep/libchdr: Sync to upstream (82670d5) 2020-12-01 23:34:21 +10:00
README.md dep/libchdr: Sync to upstream (82670d5) 2020-12-01 23:34:21 +10:00
libchdr.vcxproj Build: Use deps DLLs on Windows 2024-03-24 16:02:59 +10:00
libchdr.vcxproj.filters dep/libchdr: Update to a03e693 2022-04-03 20:29:44 +10:00

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/).