summaryrefslogtreecommitdiffstatshomepage
path: root/trunk/src/lib/formats/thom_cas.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/lib/formats/thom_cas.h')
-rw-r--r--trunk/src/lib/formats/thom_cas.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/trunk/src/lib/formats/thom_cas.h b/trunk/src/lib/formats/thom_cas.h
new file mode 100644
index 00000000000..892615aae52
--- /dev/null
+++ b/trunk/src/lib/formats/thom_cas.h
@@ -0,0 +1,22 @@
+/**********************************************************************
+
+ Copyright (C) Antoine Mine' 2006
+
+ Thomson 8-bit computers
+
+**********************************************************************/
+
+#ifndef THOM_CAS
+#define THOM_CAS
+
+#include "cassimg.h"
+
+/******************** TO7 ************************/
+
+CASSETTE_FORMATLIST_EXTERN(to7_cassette_formats);
+
+/******************** MO5 ************************/
+
+CASSETTE_FORMATLIST_EXTERN(mo5_cassette_formats);
+
+#endif