mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add MetaFloppy Mod I.
This commit is contained in:
@@ -958,7 +958,13 @@ namespace Aaru.DiscImages
|
||||
_imageInfo.SectorsPerTrack = 32;
|
||||
|
||||
break;
|
||||
case MediaType.MetaFloppy:
|
||||
case MediaType.MetaFloppy_Mod_I:
|
||||
_imageInfo.Cylinders = 35;
|
||||
_imageInfo.Heads = 1;
|
||||
_imageInfo.SectorsPerTrack = 16;
|
||||
|
||||
break;
|
||||
case MediaType.MetaFloppy_Mod_II:
|
||||
_imageInfo.Cylinders = 77;
|
||||
_imageInfo.Heads = 1;
|
||||
_imageInfo.SectorsPerTrack = 16;
|
||||
|
||||
Reference in New Issue
Block a user