mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add support for PD650 media.
This commit is contained in:
@@ -74,6 +74,9 @@ namespace DiscImageChef.Core.Devices.Dumping
|
||||
case 0x0001:
|
||||
dskType = MediaType.GENERIC_HDD;
|
||||
goto default;
|
||||
case 0x0002:
|
||||
dskType = MediaType.PD650;
|
||||
goto default;
|
||||
case 0x0005:
|
||||
dskType = MediaType.CDMO;
|
||||
break;
|
||||
@@ -175,6 +178,8 @@ namespace DiscImageChef.Core.Devices.Dumping
|
||||
dumpLog.WriteLine("Device reports disc has {0} blocks", blocks);
|
||||
Dictionary<MediaTagType, byte[]> mediaTags = new Dictionary<MediaTagType, byte[]>();
|
||||
|
||||
if(dskType == MediaType.PD650 && blocks == 1281856) dskType = MediaType.PD650_WORM;
|
||||
|
||||
#region Nintendo
|
||||
switch(dskType)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user