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