Add MetaFloppy Mod I.

This commit is contained in:
2021-10-06 14:31:03 +01:00
parent 3216715460
commit df210f881a
13 changed files with 36 additions and 14 deletions

View File

@@ -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;