From 7b1a6db9c76aad139210c536a9d5291a6cd294e1 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Mon, 26 Feb 2018 00:04:04 +0000 Subject: [PATCH] Add apparently correct size and geometry for flopticals (according to IRIX). --- Geometry.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Geometry.cs b/Geometry.cs index e88a2bd..3c4119a 100644 --- a/Geometry.cs +++ b/Geometry.cs @@ -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),