From 22f96480b14e1a9f70cbf78c36cc36356d33146a Mon Sep 17 00:00:00 2001 From: Christian Groessler Date: Tue, 6 Aug 2019 00:14:51 +0200 Subject: add write support for Olivetti M20 floppy images m20_dsk.cpp: add write support floptool.cpp: add m20 format support --- src/tools/floptool.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/tools') diff --git a/src/tools/floptool.cpp b/src/tools/floptool.cpp index 7c2f9d23e56..f07e6ec9ad2 100644 --- a/src/tools/floptool.cpp +++ b/src/tools/floptool.cpp @@ -53,6 +53,7 @@ #include "formats/dvk_mx_dsk.h" #include "formats/aim_dsk.h" +#include "formats/m20_dsk.h" static floppy_format_type floppy_formats[] = { @@ -96,7 +97,8 @@ static floppy_format_type floppy_formats[] = { FLOPPY_HPI_FORMAT, FLOPPY_DVK_MX_FORMAT, - FLOPPY_AIM_FORMAT + FLOPPY_AIM_FORMAT, + FLOPPY_M20_FORMAT }; void CLIB_DECL ATTR_PRINTF(1,2) logerror(const char *format, ...) -- cgit v1.2.3