summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
diff options
context:
space:
mode:
author Justin Kerk <dopefishjustin@gmail.com>2017-11-15 20:25:12 -0800
committer Justin Kerk <dopefishjustin@gmail.com>2017-11-15 20:25:12 -0800
commitb503e9c8c223e2e3cdd55ecd386b5a5d01ae8339 (patch)
tree4e14bc8795f043f67c8d37618b32a8c08982a498 /src/lib
parent7a12fa7f7e38f52f698654bc8d867e70ce4a8e43 (diff)
pc_dsk: Support images with 41 tracks (Kryoflux dtc produces these for some nominally 40-track disks) (fixes bivouac from ibm5150_flop.xml) (nw)
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/formats/pc_dsk.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/formats/pc_dsk.cpp b/src/lib/formats/pc_dsk.cpp
index fa8f72f67d2..e4d7e02f47d 100644
--- a/src/lib/formats/pc_dsk.cpp
+++ b/src/lib/formats/pc_dsk.cpp
@@ -193,6 +193,10 @@ const pc_format::format pc_format::formats[] = {
floppy_image::FF_525, floppy_image::DSDD, floppy_image::MFM,
2000, 9, 40, 2, 512, {}, 1, {}, 80, 50, 22, 80
},
+ { /* 360K 5 1/4 inch double density, 41 tracks */
+ floppy_image::FF_525, floppy_image::DSDD, floppy_image::MFM,
+ 2000, 9, 41, 2, 512, {}, 1, {}, 80, 50, 22, 80
+ },
{ /* 360K 5 1/4 inch double density, 42 tracks */
floppy_image::FF_525, floppy_image::DSDD, floppy_image::MFM,
2000, 9, 42, 2, 512, {}, 1, {}, 80, 50, 22, 80