mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added description for DEC RX50.
This commit is contained in:
@@ -362,6 +362,10 @@ namespace DiscImageChef.Metadata
|
||||
DiscType = "5.25\" floppy";
|
||||
DiscSubType = "Apple FileWare";
|
||||
break;
|
||||
case CommonTypes.MediaType.RX50:
|
||||
DiscType = "5.25\" floppy";
|
||||
DiscSubType = "DEC RX50";
|
||||
break;
|
||||
case CommonTypes.MediaType.DOS_525_SS_DD_8:
|
||||
DiscType = "5.25\" floppy";
|
||||
DiscSubType = "IBM double-density, single-sided, 8 sectors";
|
||||
|
||||
Reference in New Issue
Block a user