Add apparently correct size and geometry for flopticals (according to IRIX).

This commit is contained in:
2018-02-26 00:04:04 +00:00
parent 2ce21b238e
commit 47569a86f9
2 changed files with 2 additions and 1 deletions

View File

@@ -68,7 +68,7 @@ namespace DiscImageChef.CommonTypes
(82, 2, 17, 512, MediaEncoding.MFM, false, MediaType.FDFORMAT_525_HD),
(82, 2, 21, 512, MediaEncoding.MFM, false, MediaType.FDFORMAT_35_HD),
(240, 2, 38, 512, MediaEncoding.MFM, false, MediaType.NEC_35_TD),
(652, 2, 0, 512, MediaEncoding.MFM, false, MediaType.Floptical),
(753, 2, 27, 512, MediaEncoding.MFM, false, MediaType.Floptical),
// Following ones are what the device itself report, not the physical geometry
(154, 16, 32, 512, MediaEncoding.MFM, false, MediaType.PocketZip),
(262, 32, 56, 512, MediaEncoding.MFM, false, MediaType.LS240),