mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Implemented support for Amiga RDB.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2015-04-20 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* PartPlugins/RDB.cs:
|
||||
* DiscImageChef.csproj:
|
||||
Implemented support for Amiga RDB.
|
||||
|
||||
2015-04-19 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* Plugins/ProDOS.cs:
|
||||
|
||||
@@ -110,6 +110,7 @@
|
||||
<Compile Include="Checksums\FletcherContext.cs" />
|
||||
<Compile Include="Checksums\SpamSumContext.cs" />
|
||||
<Compile Include="ImagePlugins\Apple2MG.cs" />
|
||||
<Compile Include="PartPlugins\RDB.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<ItemGroup>
|
||||
|
||||
1527
DiscImageChef/PartPlugins/RDB.cs
Normal file
1527
DiscImageChef/PartPlugins/RDB.cs
Normal file
File diff suppressed because it is too large
Load Diff
@@ -47,6 +47,7 @@ Supported partitioning schemes
|
||||
* UNIX VTOC inside MBR
|
||||
* Apple Partition Map
|
||||
* NeXT disklabel
|
||||
* Amiga Rigid Disk Block (RDB)
|
||||
|
||||
Supported file systems
|
||||
======================
|
||||
|
||||
Reference in New Issue
Block a user