mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add MetaFloppy.
This commit is contained in:
@@ -185,6 +185,10 @@ namespace Aaru.DiscImages
|
||||
else if(bps == IBMSectorSizeCode.QuarterKilo)
|
||||
switch(trkCounter)
|
||||
{
|
||||
case 77 when spt == 16:
|
||||
_imageInfo.MediaType = MediaType.MetaFloppy;
|
||||
|
||||
break;
|
||||
case 80 when spt == 16:
|
||||
_imageInfo.MediaType = MediaType.NEC_525_SS;
|
||||
|
||||
@@ -359,6 +363,12 @@ namespace Aaru.DiscImages
|
||||
_imageInfo.Heads = 2;
|
||||
_imageInfo.SectorsPerTrack = 38;
|
||||
|
||||
break;
|
||||
case MediaType.MetaFloppy:
|
||||
_imageInfo.Cylinders = 77;
|
||||
_imageInfo.Heads = 1;
|
||||
_imageInfo.SectorsPerTrack = 16;
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user