summaryrefslogtreecommitdiffstatshomepage
path: root/trunk/src/lib/formats/x1_tap.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/lib/formats/x1_tap.h')
-rw-r--r--trunk/src/lib/formats/x1_tap.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/trunk/src/lib/formats/x1_tap.h b/trunk/src/lib/formats/x1_tap.h
new file mode 100644
index 00000000000..94d9a671fd8
--- /dev/null
+++ b/trunk/src/lib/formats/x1_tap.h
@@ -0,0 +1,14 @@
+/*
+ *
+ * Sharp X1 TAP image format
+ *
+ */
+
+#ifndef X1_TAP_H_
+#define X1_TAP_H_
+
+#include "cassimg.h"
+
+CASSETTE_FORMATLIST_EXTERN( x1_cassette_formats );
+
+#endif /*X1_TAP_H_*/