Genesis-Plus-GX/core/cd_hw/libchdr
2020-10-29 21:07:28 +01:00
..
deps [Core/CD] fix libFLAC compilation on MinGW-w64 2018-07-09 18:53:09 +01:00
src Fix crash loading CHD on some ARM boards (minimal changes) 2020-10-29 21:07:28 +01:00
LICENSE.txt [Core/CD] added (optional) CHD image file support 2017-08-27 16:42:31 +02:00
README.md [Core/CD] added (optional) CHD image file support 2017-08-27 16:42:31 +02: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/).