mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
🎨Separate read-only filesystems from identify-only filesystem interfaces.
This commit is contained in:
@@ -41,7 +41,7 @@ using Encoding = System.Text.Encoding;
|
||||
namespace DiscImageChef.Filesystems.UCSDPascal
|
||||
{
|
||||
// Information from Call-A.P.P.L.E. Pascal Disk Directory Structure
|
||||
public partial class PascalPlugin : IFilesystem
|
||||
public partial class PascalPlugin : IReadOnlyFilesystem
|
||||
{
|
||||
IMediaImage device;
|
||||
byte[] bootBlocks;
|
||||
|
||||
Reference in New Issue
Block a user