mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Adds support for MAME Compressed Hunks of Data, closes #48.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -68,6 +68,7 @@
|
||||
<Compile Include="UDIF.cs" />
|
||||
<Compile Include="NDIF.cs" />
|
||||
<Compile Include="DART.cs" />
|
||||
<Compile Include="CHD.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<ItemGroup>
|
||||
|
||||
@@ -58,6 +58,7 @@ Supported disk image formats
|
||||
* Apple Universal Disk Image Format (UDIF), including obsolete (previous than DiskCopy 6) versions
|
||||
* Apple New Disk Image Format (NDIF, requires Resource Fork)
|
||||
* Apple Disk Archival/Retrieval Tool (DART)
|
||||
* MAME Compressed Hunks of Data (CHD)
|
||||
|
||||
Supported partitioning schemes
|
||||
==============================
|
||||
|
||||
6
TODO
6
TODO
@@ -5,7 +5,6 @@
|
||||
--- Add support for IMD images
|
||||
--- Add support for Kryoflux images
|
||||
--- Add support for DiscFerret images
|
||||
--- Add support for MAME CHDs
|
||||
--- Add support for XPACK images
|
||||
|
||||
Filesystem plugins:
|
||||
@@ -60,6 +59,11 @@ NDIF plugin:
|
||||
DART plugin:
|
||||
--- Add support for chunks compressed with RLE or LZH
|
||||
|
||||
CHD plugin:
|
||||
--- Add support for compressed hunks on CD disc images
|
||||
--- Add support for compressed version 5 disk images
|
||||
--- Add support for PCMCIA images
|
||||
|
||||
Filters:
|
||||
--- Add support for XZ compressed files
|
||||
--- Add support for ZIP archives
|
||||
|
||||
Reference in New Issue
Block a user