summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools
diff options
context:
space:
mode:
author Sergey Svishchev <shattered@users.noreply.github.com>2020-03-02 16:45:49 +0300
committer Sergey Svishchev <shattered@users.noreply.github.com>2020-03-02 20:21:04 +0300
commitc155d424ac66496b15055ffacb9e9731102a454a (patch)
tree88723514e2124570ae1018d86bc4a15dd5cdebd9 /src/tools
parent0a6807102b1a6512d66748f034256bd24bcae1a4 (diff)
ibmxdf_dsk: IBM Extended Disk Format support (nw)
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/floptool.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/floptool.cpp b/src/tools/floptool.cpp
index a791ceb4190..6102304bbf3 100644
--- a/src/tools/floptool.cpp
+++ b/src/tools/floptool.cpp
@@ -38,6 +38,7 @@
#include "formats/cqm_dsk.h"
#include "formats/pc_dsk.h"
#include "formats/naslite_dsk.h"
+#include "formats/ibmxdf_dsk.h"
#include "formats/ap_dsk35.h"
#include "formats/ap2_dsk.h"
@@ -82,6 +83,7 @@ static floppy_format_type floppy_formats[] = {
FLOPPY_CQM_FORMAT,
FLOPPY_PC_FORMAT,
FLOPPY_NASLITE_FORMAT,
+ FLOPPY_IBMXDF_FORMAT,
FLOPPY_DC42_FORMAT,
FLOPPY_A216S_FORMAT,