summaryrefslogtreecommitdiffstatshomepage
path: root/trunk/src/lib/formats/coupedsk.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/lib/formats/coupedsk.h')
-rw-r--r--trunk/src/lib/formats/coupedsk.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/trunk/src/lib/formats/coupedsk.h b/trunk/src/lib/formats/coupedsk.h
new file mode 100644
index 00000000000..ce570a7df4e
--- /dev/null
+++ b/trunk/src/lib/formats/coupedsk.h
@@ -0,0 +1,23 @@
+/*************************************************************************
+
+ formats/coupedsk.h
+
+ SAM Coupe disk image formats
+
+**************************************************************************/
+
+#ifndef __COUPEDSK_H__
+#define __COUPEDSK_H__
+
+#include "flopimg.h"
+
+
+FLOPPY_CONSTRUCT( coupe_mgt_construct );
+FLOPPY_IDENTIFY( coupe_mgt_identify );
+FLOPPY_CONSTRUCT( coupe_sad_construct );
+FLOPPY_IDENTIFY( coupe_sad_identify );
+FLOPPY_CONSTRUCT( coupe_sdf_construct );
+FLOPPY_IDENTIFY( coupe_sdf_identify );
+
+
+#endif /* __COUPEDSK_H__ */