summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/tools/imgtool/formats/coco_dsk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/tools/imgtool/formats/coco_dsk.h')
-rw-r--r--src/mame/tools/imgtool/formats/coco_dsk.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/mame/tools/imgtool/formats/coco_dsk.h b/src/mame/tools/imgtool/formats/coco_dsk.h
new file mode 100644
index 00000000000..797911d40a1
--- /dev/null
+++ b/src/mame/tools/imgtool/formats/coco_dsk.h
@@ -0,0 +1,24 @@
+// license:BSD-3-Clause
+// copyright-holders:Nathan Woods
+/*********************************************************************
+
+ formats/coco_dsk.h
+
+ Tandy Color Computer / Dragon disk images
+
+*********************************************************************/
+
+#ifndef COCO_DSK_H
+#define COCO_DSK_H
+
+#include "formats/flopimg.h"
+
+
+/**************************************************************************/
+
+LEGACY_FLOPPY_OPTIONS_EXTERN(coco);
+
+FLOPPY_IDENTIFY(coco_dmk_identify);
+FLOPPY_CONSTRUCT(coco_dmk_construct);
+
+#endif /* COCO_DSK_H */