summaryrefslogtreecommitdiffstatshomepage
path: root/trunk/src/lib/formats/p6001_cas.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/lib/formats/p6001_cas.h')
-rw-r--r--trunk/src/lib/formats/p6001_cas.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/trunk/src/lib/formats/p6001_cas.h b/trunk/src/lib/formats/p6001_cas.h
new file mode 100644
index 00000000000..a79a3a149b1
--- /dev/null
+++ b/trunk/src/lib/formats/p6001_cas.h
@@ -0,0 +1,12 @@
+/*
+ * Nec PC-6001 cassette format handling
+ */
+
+#ifndef PC6001_CAS_H_
+#define PC6001_CAS_H_
+
+#include "cassimg.h"
+
+CASSETTE_FORMATLIST_EXTERN( pc6001_cassette_formats );
+
+#endif /*PC6001_CAS_H_*/