DobieStation/ext/libchdr
Ziemas 5e6bc8d850 CHD: Introduce all the CHD stuff
Not yet working properly.
2020-12-30 13:45:01 +01:00
..
include/libchdr CHD: Introduce all the CHD stuff 2020-12-30 13:45:01 +01:00
src CHD: Introduce all the CHD stuff 2020-12-30 13:45:01 +01:00
CMakeLists.txt CHD: Introduce all the CHD stuff 2020-12-30 13:45:01 +01:00
LICENSE.txt CHD: Introduce all the CHD stuff 2020-12-30 13:45:01 +01:00
README.md CHD: Introduce all the CHD stuff 2020-12-30 13:45:01 +01:00

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