mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added support for BlindWrite 4 disc images.
This commit is contained in:
@@ -5,11 +5,11 @@
|
|||||||
// Filename : BlindWrite4.cs
|
// Filename : BlindWrite4.cs
|
||||||
// Author(s) : Natalia Portillo <claunia@claunia.com>
|
// Author(s) : Natalia Portillo <claunia@claunia.com>
|
||||||
//
|
//
|
||||||
// Component : Component
|
// Component : Disc image plugins.
|
||||||
//
|
//
|
||||||
// --[ Description ] ----------------------------------------------------------
|
// --[ Description ] ----------------------------------------------------------
|
||||||
//
|
//
|
||||||
// Description
|
// Manages BlindWrite 4 disc images.
|
||||||
//
|
//
|
||||||
// --[ License ] --------------------------------------------------------------
|
// --[ License ] --------------------------------------------------------------
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2016-08-17 Natalia Portillo <claunia@claunia.com>
|
||||||
|
|
||||||
|
* BlindWrite4.cs:
|
||||||
|
* DiscImageChef.DiscImages.csproj: Added support for
|
||||||
|
BlindWrite 4 disc images.
|
||||||
|
|
||||||
2016-08-17 Natalia Portillo <claunia@claunia.com>
|
2016-08-17 Natalia Portillo <claunia@claunia.com>
|
||||||
|
|
||||||
* Alcohol120.cs: Corrected disc type calculation.
|
* Alcohol120.cs: Corrected disc type calculation.
|
||||||
|
|||||||
@@ -48,6 +48,7 @@
|
|||||||
<Compile Include="BLU.cs" />
|
<Compile Include="BLU.cs" />
|
||||||
<Compile Include="CopyQM.cs" />
|
<Compile Include="CopyQM.cs" />
|
||||||
<Compile Include="Alcohol120.cs" />
|
<Compile Include="Alcohol120.cs" />
|
||||||
|
<Compile Include="BlindWrite4.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@@ -45,6 +45,7 @@ Supported disk image formats
|
|||||||
* Dreamcast GDI
|
* Dreamcast GDI
|
||||||
* CopyQM
|
* CopyQM
|
||||||
* Alcohol 120% Media Descriptor Structure (.MDS/.MDF)
|
* Alcohol 120% Media Descriptor Structure (.MDS/.MDF)
|
||||||
|
* BlindWrite 4 TOC files (.BWT/.BWI/.BWS)
|
||||||
|
|
||||||
Supported partitioning schemes
|
Supported partitioning schemes
|
||||||
==============================
|
==============================
|
||||||
|
|||||||
Reference in New Issue
Block a user