From 59af927112060921d80b1d4023d8b65646a39c79 Mon Sep 17 00:00:00 2001 From: Nigel Barnes Date: Mon, 6 Nov 2017 21:40:28 +0000 Subject: floptool: Added Acorn Atom floppy formats. (nw) --- src/tools/floptool.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tools/floptool.cpp b/src/tools/floptool.cpp index 58c3c652996..aea7dd9576a 100644 --- a/src/tools/floptool.cpp +++ b/src/tools/floptool.cpp @@ -42,6 +42,7 @@ #include "formats/ap_dsk35.h" #include "formats/ap2_dsk.h" +#include "formats/atom_dsk.h" #include "formats/acorn_dsk.h" #include "formats/oric_dsk.h" @@ -76,6 +77,7 @@ static floppy_format_type floppy_formats[] = { FLOPPY_RWTS18_FORMAT, FLOPPY_EDD_FORMAT, + FLOPPY_ATOM_FORMAT, FLOPPY_ACORN_SSD_FORMAT, FLOPPY_ACORN_DSD_FORMAT, FLOPPY_ACORN_DOS_FORMAT, -- cgit v1.2.3