Short: XAD (UnArc) client for ECM files Author: Fredrik Wikstrom Uploader: Fredrik Wikstrom Type: util/arc Version: 1.1 Architecture: ppc-amigaos URL: http://www.a500.org/ This is a xadmaster.library client for ECM (Error Code Modeler) files. ECM is a format for reducing sizes of CD images (BIN, CDI, NRG, CCD or similar) so that they can compress better using standard compressors. For more information about the format see this link: http://www.neillcorlett.com/ecm/ The ECM decoding is based on code from Neill Corlett's unecm program. Installation: Copy ECM LIBS:xad/ Compiling: The included Makefile uses vbcc to compile the client. In order to make sure that the xadForeman symbol is preserved -PxadForeman has to be added to the linker options in vbcc:config/aosppc (AFAIK there is no way to send additional linker options through vc as there is with gcc). Changes: 1.1 (10-Apr-2012) - First released version