mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-07-08 17:56:18 +00:00
[PR #82] [MERGED] Add support for HD-Copy disk image format #1038
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/aaru-dps/Aaru/pull/82
Author: @darkstar
Created: 12/18/2017
Status: ✅ Merged
Merged: 12/18/2017
Merged by: @claunia
Base:
master← Head:hdcopy📝 Commits (2)
1b2366eAdd support for HD-Copy disk image format6068e5eRemove unused imports📊 Changes
2 files changed (+658 additions, -0 deletions)
View changed files
📝
DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj(+1 -0)➕
DiscImageChef.DiscImages/HDCopy.cs(+657 -0)📄 Description
This PR adds a new floppy image format for HD-Copy. The scaffolding was shamelessly copied from an existing image plugin.
The HD-Copy format (or "HDCopy") was used by the DOS program of the same name, written by Oliver Fromme in or around 1995. It uses a simple RLE format to compress the tracks and only stores tracks that contain actual data.
Three sample files are available here, I can provide more if desired.
Proof of concept output of DiscImageChef:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.