summaryrefslogtreecommitdiffstatshomepage
path: root/trunk/src/lib/formats/coco_dsk.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/lib/formats/coco_dsk.h')
-rw-r--r--trunk/src/lib/formats/coco_dsk.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/trunk/src/lib/formats/coco_dsk.h b/trunk/src/lib/formats/coco_dsk.h
new file mode 100644
index 00000000000..a54d5d44aac
--- /dev/null
+++ b/trunk/src/lib/formats/coco_dsk.h
@@ -0,0 +1,22 @@
+/*********************************************************************
+
+ formats/coco_dsk.h
+
+ Tandy Color Computer / Dragon disk images
+
+*********************************************************************/
+
+#ifndef COCO_DSK_H
+#define COCO_DSK_H
+
+#include "flopimg.h"
+
+
+/**************************************************************************/
+
+LEGACY_FLOPPY_OPTIONS_EXTERN(coco);
+
+FLOPPY_IDENTIFY(coco_dmk_identify);
+FLOPPY_CONSTRUCT(coco_dmk_construct);
+
+#endif /* COCO_DSK_H */