Changes:
Fixed Windows builds, closing issue #3.
For all operating systems, if test only mode is given (-t
) then the input file is opened as read only, which is more correct. Otherwise it is open as read write so that EDC/ECC can be updated if needed.
The verbose (-v
) argument now displays which sectors/lbas are invalid, if any are. Without specifying verbose mode, it is no longer printed by default which exact sectors need updating of EDC/ECC and you just get the scan report at the end saying how many were. This is more consistent with how verbose mode already only displays which sectors/lbas were fixed, rather then just a sum of how many in the scan report.
Updated EzRe build system to v1.0.3. RPM package files are now generated for i386 and x86_64 Linux.
edcre-v1.0.9-windows-i686-static.zip Portable Release For Windows 95 OSR 2.5 and above, Pentium CPU minimum (32 bit)
edcre-v1.0.9-windows-x86_64-static.zip Portable Release For x86_64 Windows (64 bit)
edcre-v1.0.9-linux-i386-static.zip Portable Release For Linux 3.2.0 and above, 386 CPU minimum (32 bit)
edcre-v1.0.9-linux-i386-static.deb Deb package file For Linux 3.2.0 and above, 386 CPU minimum (32 bit)
edcre-1.0.9-1.fc41.i386.rpm RPM package file For i386 Linux 3.2.0 and above (32 bit)
edcre-v1.0.9-linux-x86_64-static.zip Portable Release For x86_64 Linux 3.2.0 and above (64 bit)
edcre-v1.0.9-linux-x86_64-static.deb Deb package file for x86_64 Linux 3.2.0 and above (64 bit)
[edcre-1.0.9-1.fc41.x8664.rpm](https://github.com/alex-free/edcre/releases/download/v1.0.9/edcre-1.0.9-1.fc41.x86_64.rpm) _RPM package file For x86_64 Linux 3.2.0 and above (64 bit)
Changes:
Improved argument handling (thanks @jonblau for the first implementation!).
Scan progress is now displayed as a percentage in real time.
Optimized and cleaned up code.
LBA is provided if not using the -k
argument in ouput information. Sector number (starting from sector 0 at the begining of the input file) is always provided, even with -k
.
Number of mode 1, mode 2 form 1, and mode 2 form 2 sectors scanned is displayed in the scan report.
edcre-v1.0.8-windows-i686-static.zip Portable Release For Windows 95 OSR 2.5 and above, Pentium CPU minimum (32 bit)
edcre-v1.0.8-windows-x86_64-static.zip Portable Release For x86_64 Windows (64 bit)
edcre-v1.0.8-linux-i386-static.zip Portable Release For Linux 3.2.0 and above, 386 CPU minimum (32 bit)
edcre-v1.0.8-linux-i386-static.deb Deb package file For Linux 3.2.0 and above, 386 CPU minimum (32 bit)
edcre-v1.0.8-linux-x86_64-static.zip Portable Release For x86_64 Linux 3.2.0 and above (64 bit)
edcre-v1.0.8-linux-x86_64-static.deb Deb package file for x86_64 Linux 3.2.0 and above (64 bit)
Changes:
Added the ability to use existing sector header data MM:SS:FF while also updating EDC/ECC data (-k
argument). This is useful for an example like this use-case, where you want to update the EDC/ECC on an ‘end part’ of an incomplete disc image, without regenerating the MM:SS:FF info in the sector header data from 0.
Implemented my EzRe build system.
edcre-v1.0.7-windows-i686-static.zip Portable Release For Windows 95 OSR 2.5 and above, Pentium CPU minimum (32 bit)
edcre-v1.0.7-windows-x86_64-static.zip Portable Release For x86_64 Windows (64 bit)
edcre-v1.0.7-linux-i386-static.zip Portable Release For Linux 3.2.0 and above, 386 CPU minimum (32 bit)
edcre-v1.0.7-linux-i386-static.deb Deb package file For Linux 3.2.0 and above, 386 CPU minimum (32 bit)
edcre-v1.0.7-linux-x86_64-static.zip Portable Release For x86_64 Linux 3.2.0 and above (64 bit)
edcre-v1.0.7-linux-x86_64-static.deb Deb package file for x86_64 Linux 3.2.0 and above (64 bit)
Changes:
Changes:
Removed the -z
argument. EDCRE now starts EDC/ECC regeneration at sector zero by default, this can be modified for any sector number starting by using the new -s
argument followed by a sector number, i.e. -s 16
.
Significantly improved argument handling and cleaned up code.
Changes:
Changes:
Added -t argument, which only reads the file for any sectors with invalid EDC/ECC data. Can be combined with the -v argument ot display each sector with invalid EDC/ECC.
Binmerged games (which have the data track and all audio tracks as one bin file) now work with EDCRE correctly.
Changes:
Changes: