summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/atom_tap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/atom_tap.cpp')
-rw-r--r--src/lib/formats/atom_tap.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/formats/atom_tap.cpp b/src/lib/formats/atom_tap.cpp
index 3c606901b90..881433ef1a8 100644
--- a/src/lib/formats/atom_tap.cpp
+++ b/src/lib/formats/atom_tap.cpp
@@ -43,6 +43,7 @@
#include <assert.h>
#include "atom_tap.h"
+#include "csw_cas.h"
#include "uef_cas.h"
/***************************************************************************
PARAMETERS
@@ -143,5 +144,6 @@ const struct CassetteFormat atom_tap_format =
CASSETTE_FORMATLIST_START( atom_cassette_formats )
CASSETTE_FORMAT(atom_tap_format)
+ CASSETTE_FORMAT(csw_cassette_format)
CASSETTE_FORMAT(uef_cassette_format)
CASSETTE_FORMATLIST_END