summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/floptool.cpp
diff options
context:
space:
mode:
author Nigel Barnes <Pernod70@users.noreply.github.com>2017-11-06 21:40:28 +0000
committer Nigel Barnes <Pernod70@users.noreply.github.com>2017-11-06 21:42:13 +0000
commit59af927112060921d80b1d4023d8b65646a39c79 (patch)
treedb867b3e23389b21db9b192dce255e1b6cfe04be /src/tools/floptool.cpp
parent8c8b749762cd80adba31de07cbea86491309e0ba (diff)
floptool: Added Acorn Atom floppy formats. (nw)
Diffstat (limited to 'src/tools/floptool.cpp')
-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 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,