summaryrefslogtreecommitdiffstatshomepage
path: root/trunk/src/lib/formats/cpis_dsk.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/lib/formats/cpis_dsk.h')
-rw-r--r--trunk/src/lib/formats/cpis_dsk.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/trunk/src/lib/formats/cpis_dsk.h b/trunk/src/lib/formats/cpis_dsk.h
new file mode 100644
index 00000000000..4b654b5002e
--- /dev/null
+++ b/trunk/src/lib/formats/cpis_dsk.h
@@ -0,0 +1,19 @@
+/*********************************************************************
+
+ formats/cpis_dsk.h
+
+ Telenova Compis disk images
+
+*********************************************************************/
+
+#ifndef CPIS_DSK_H
+#define CPIS_DSK_H
+
+#include "flopimg.h"
+
+
+/**************************************************************************/
+
+LEGACY_FLOPPY_OPTIONS_EXTERN(compis);
+
+#endif /* CPIS_DSK_H */