mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-02-04 00:54:33 +00:00
[PR #280] [MERGED] Fix for the CPCEMU disk images that are not recognized as such #1092
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/280
Author: @KailoKyra
Created: 2/12/2020
Status: ✅ Merged
Merged: 2/12/2020
Merged by: @claunia
Base:
master← Head:279-some-cpcemu-disk-images-are-not-recognized-as-such📝 Commits (3)
b0a6702Fix the CPM filesystem detection and file listinga8b6ca1Wrong type used for adding a block when listing the files in a CPM FS2b402f0Fix the cpcemu images not recognized as such.📊 Changes
6 files changed (+13 additions, -14 deletions)
View changed files
📝
DiscImageChef.DiscImages/CPCDSK/Constants.cs(+3 -4)📝
DiscImageChef.DiscImages/CPCDSK/Identify.cs(+2 -2)📝
DiscImageChef.DiscImages/CPCDSK/Read.cs(+2 -2)📝
DiscImageChef.DiscImages/CPCDSK/Structs.cs(+2 -2)📝
DiscImageChef.Filesystems/CPM/Definitions.cs(+3 -3)📝
DiscImageChef.Filesystems/CPM/Super.cs(+1 -1)📄 Description
Types of changes
Source for the limitation of how much magic bytes are checked in the header :
cpc-wiki
original specification
Closes #279
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.