summaryrefslogtreecommitdiffstatshomepage
path: root/trunk/src/lib/formats/atom_tap.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/lib/formats/atom_tap.h')
-rw-r--r--trunk/src/lib/formats/atom_tap.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/trunk/src/lib/formats/atom_tap.h b/trunk/src/lib/formats/atom_tap.h
new file mode 100644
index 00000000000..6ef9e4ba3f6
--- /dev/null
+++ b/trunk/src/lib/formats/atom_tap.h
@@ -0,0 +1,18 @@
+/*********************************************************************
+
+ formats/atom_tap.h
+
+ Cassette code for Acorn Atom tap files
+
+*********************************************************************/
+
+#pragma once
+
+#ifndef __ATOM_TAP__
+#define __ATOM_TAP__
+
+#include "cassimg.h"
+
+CASSETTE_FORMATLIST_EXTERN(atom_cassette_formats);
+
+#endif