diff options
Diffstat (limited to 'src/lib/formats/tvc_dsk.c')
-rw-r--r-- | src/lib/formats/tvc_dsk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/formats/tvc_dsk.c b/src/lib/formats/tvc_dsk.c index b820a706c5b..a9af116c038 100644 --- a/src/lib/formats/tvc_dsk.c +++ b/src/lib/formats/tvc_dsk.c @@ -65,11 +65,11 @@ const char *tvc_format::extensions() const const tvc_format::format tvc_format::formats[] = { { // 720K 5.25 inch - floppy_image::FF_525, floppy_image::DSQD, + floppy_image::FF_525, floppy_image::DSQD, floppy_image::MFM, 2000, 9, 80, 2, 512, {}, 1, {}, 100, 22, 20 }, { // 360K 5.25 inch - floppy_image::FF_525, floppy_image::SSQD, + floppy_image::FF_525, floppy_image::SSQD, floppy_image::MFM, 2000, 9, 80, 1, 512, {}, 1, {}, 100, 22, 20 }, {} |