From 7a8d5118b5a5f4b233241b4046f45f3529419b63 Mon Sep 17 00:00:00 2001 From: Justin Kerk Date: Sat, 7 Jan 2017 22:28:19 -0800 Subject: pc_dsk: Assume a smaller gap size to allow 400K disk images to load. Fixes e.g. ikari and marble from the ibm5150 softlist. [Justin Kerk] --- src/lib/formats/pc_dsk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/formats/pc_dsk.cpp b/src/lib/formats/pc_dsk.cpp index 32b6f079bbb..e7daeb1d829 100644 --- a/src/lib/formats/pc_dsk.cpp +++ b/src/lib/formats/pc_dsk.cpp @@ -190,7 +190,7 @@ const pc_format::format pc_format::formats[] = { }, { /* 400K 5 1/4 inch double density - gaps unverified */ floppy_image::FF_525, floppy_image::DSDD, floppy_image::MFM, - 2000, 10, 40, 2, 512, {}, 1, {}, 80, 50, 22, 80 + 2000, 10, 40, 2, 512, {}, 1, {}, 80, 50, 22, 36 }, { /* 720K 5 1/4 inch quad density - gaps unverified */ floppy_image::FF_525, floppy_image::DSQD, floppy_image::MFM, -- cgit v1.2.3