mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added two missing media types.
This commit is contained in:
@@ -490,6 +490,10 @@ namespace DiscImageChef.Metadata
|
||||
DiscType = "3.5\" floppy";
|
||||
DiscSubType = "Acorn Archimedes";
|
||||
break;
|
||||
case CommonTypes.MediaType.ACORN_35_DS_HD:
|
||||
DiscType = "3.5\" floppy";
|
||||
DiscSubType = "Acorn Archimedes high-density";
|
||||
break;
|
||||
case CommonTypes.MediaType.ATARI_525_SD:
|
||||
DiscType = "5.25\" floppy";
|
||||
DiscSubType = "Atari single-density";
|
||||
@@ -535,6 +539,10 @@ namespace DiscImageChef.Metadata
|
||||
DiscType = "8\" floppy";
|
||||
DiscSubType = "NEC double-sided";
|
||||
break;
|
||||
case CommonTypes.MediaType.NEC_525_SS:
|
||||
DiscType = "5.25\" floppy";
|
||||
DiscSubType = "NEC single-sided";
|
||||
break;
|
||||
case CommonTypes.MediaType.NEC_525_HD:
|
||||
DiscType = "5.25\" floppy";
|
||||
DiscSubType = "NEC high-density";
|
||||
|
||||
Reference in New Issue
Block a user