From a152d1125fde01e80ab3e9cccd475a50c22c6316 Mon Sep 17 00:00:00 2001 From: Sergey Svishchev Date: Mon, 1 Jul 2019 23:56:11 +0300 Subject: agat: basic emulation of agat9 (video, apple compat mode, LLE floppy) also included: MX floppy format (nw) --- src/tools/floptool.cpp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/tools') diff --git a/src/tools/floptool.cpp b/src/tools/floptool.cpp index a5ebceb8925..7c2f9d23e56 100644 --- a/src/tools/floptool.cpp +++ b/src/tools/floptool.cpp @@ -51,6 +51,10 @@ #include "formats/hpi_dsk.h" +#include "formats/dvk_mx_dsk.h" +#include "formats/aim_dsk.h" + + static floppy_format_type floppy_formats[] = { FLOPPY_MFI_FORMAT, FLOPPY_DFI_FORMAT, @@ -89,7 +93,10 @@ static floppy_format_type floppy_formats[] = { FLOPPY_APPLIX_FORMAT, - FLOPPY_HPI_FORMAT + FLOPPY_HPI_FORMAT, + + FLOPPY_DVK_MX_FORMAT, + FLOPPY_AIM_FORMAT }; void CLIB_DECL ATTR_PRINTF(1,2) logerror(const char *format, ...) -- cgit v1.2.3