summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/tools/imgtool/formats/vt_dsk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/tools/imgtool/formats/vt_dsk.h')
-rw-r--r--src/mame/tools/imgtool/formats/vt_dsk.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/mame/tools/imgtool/formats/vt_dsk.h b/src/mame/tools/imgtool/formats/vt_dsk.h
new file mode 100644
index 00000000000..a3f9a86b44e
--- /dev/null
+++ b/src/mame/tools/imgtool/formats/vt_dsk.h
@@ -0,0 +1,18 @@
+// license:GPL-2.0+
+// copyright-holders:Juergen Buchmueller
+/*********************************************************************
+
+ formats/vt_dsk.h
+
+ Tandy Color Computer / Dragon disk images
+
+*********************************************************************/
+
+#ifndef VT_DSK_H
+#define VT_DSK_H
+
+#include "formats/flopimg.h"
+
+LEGACY_FLOPPY_OPTIONS_EXTERN(vz);
+
+#endif /* VT_DSK_H */