summaryrefslogtreecommitdiffstatshomepage
path: root/trunk/src/lib/formats/zx81_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/lib/formats/zx81_p.h')
-rw-r--r--trunk/src/lib/formats/zx81_p.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/trunk/src/lib/formats/zx81_p.h b/trunk/src/lib/formats/zx81_p.h
new file mode 100644
index 00000000000..3b57517f0c0
--- /dev/null
+++ b/trunk/src/lib/formats/zx81_p.h
@@ -0,0 +1,17 @@
+/*********************************************************************
+
+ zx81_p.h
+
+ Format code for ZX-81 casette files
+
+*********************************************************************/
+
+#ifndef ZX81_P_H
+#define ZX81_P_H
+
+#include "cassimg.h"
+
+CASSETTE_FORMATLIST_EXTERN(zx81_p_format);
+CASSETTE_FORMATLIST_EXTERN(zx80_o_format);
+
+#endif /* ZX81_P_H */