summaryrefslogtreecommitdiffstatshomepage
path: root/trunk/src/lib/formats/oric_tap.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/lib/formats/oric_tap.h')
-rw-r--r--trunk/src/lib/formats/oric_tap.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/trunk/src/lib/formats/oric_tap.h b/trunk/src/lib/formats/oric_tap.h
new file mode 100644
index 00000000000..2ec73b654fc
--- /dev/null
+++ b/trunk/src/lib/formats/oric_tap.h
@@ -0,0 +1,16 @@
+/*********************************************************************
+
+ oric_tap.h
+
+ Format code for Oric TAP (*.tap) files
+
+*********************************************************************/
+
+#ifndef ORIC_TAP_H
+#define ORIC_TAP_H
+
+#include "cassimg.h"
+
+CASSETTE_FORMATLIST_EXTERN(oric_cassette_formats);
+
+#endif /* ORIC_TAP_H */