summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/tools/imgtool/formats/coco_dsk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/tools/imgtool/formats/coco_dsk.h')
-rw-r--r--src/mess/tools/imgtool/formats/coco_dsk.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/mess/tools/imgtool/formats/coco_dsk.h b/src/mess/tools/imgtool/formats/coco_dsk.h
deleted file mode 100644
index 797911d40a1..00000000000
--- a/src/mess/tools/imgtool/formats/coco_dsk.h
+++ /dev/null
@@ -1,24 +0,0 @@
-// 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 */