mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Adds support for DiscJuggler images, closes #56
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2016-10-10 Natalia Portillo <claunia@claunia.com>
|
||||||
|
|
||||||
|
* DiscJuggler.cs:
|
||||||
|
* DiscImageChef.DiscImages.csproj: Adds support for
|
||||||
|
DiscJuggler images, closes #56
|
||||||
|
|
||||||
2016-10-10 Natalia Portillo <claunia@claunia.com>
|
2016-10-10 Natalia Portillo <claunia@claunia.com>
|
||||||
|
|
||||||
* CloneCD.cs: Correct subchannel reading.
|
* CloneCD.cs: Correct subchannel reading.
|
||||||
|
|||||||
@@ -71,6 +71,7 @@
|
|||||||
<Compile Include="CHD.cs" />
|
<Compile Include="CHD.cs" />
|
||||||
<Compile Include="AppleNIB.cs" />
|
<Compile Include="AppleNIB.cs" />
|
||||||
<Compile Include="CloneCD.cs" />
|
<Compile Include="CloneCD.cs" />
|
||||||
|
<Compile Include="DiscJuggler.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -59,6 +59,7 @@ Supported disk image formats
|
|||||||
* Apple Disk Archival/Retrieval Tool (DART)
|
* Apple Disk Archival/Retrieval Tool (DART)
|
||||||
* MAME Compressed Hunks of Data (CHD)
|
* MAME Compressed Hunks of Data (CHD)
|
||||||
* Apple II nibble images (NIB)
|
* Apple II nibble images (NIB)
|
||||||
|
* DiscJuggler images
|
||||||
|
|
||||||
Supported partitioning schemes
|
Supported partitioning schemes
|
||||||
==============================
|
==============================
|
||||||
|
|||||||
2
TODO
2
TODO
@@ -1,6 +1,4 @@
|
|||||||
Disc image plugins:
|
Disc image plugins:
|
||||||
--- Add support for CloneCD images
|
|
||||||
--- Add support for DiscJuggler images
|
|
||||||
--- Add support for dump(8) images
|
--- Add support for dump(8) images
|
||||||
--- Add support for IMD images
|
--- Add support for IMD images
|
||||||
--- Add support for Kryoflux images
|
--- Add support for Kryoflux images
|
||||||
|
|||||||
Reference in New Issue
Block a user