summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev/harddriv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/imagedev/harddriv.h')
-rw-r--r--src/devices/imagedev/harddriv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/imagedev/harddriv.h b/src/devices/imagedev/harddriv.h
index 425b75d6eed..ab077ef8d38 100644
--- a/src/devices/imagedev/harddriv.h
+++ b/src/devices/imagedev/harddriv.h
@@ -51,7 +51,7 @@ public:
virtual bool must_be_loaded() const override { return 0; }
virtual bool is_reset_on_load() const override { return 0; }
virtual const char *image_interface() const override { return m_interface; }
- virtual const char *file_extensions() const override { return "chd,hd"; }
+ virtual const char *file_extensions() const override { return "chd,hd,hdv,2mg"; }
virtual const util::option_guide &create_option_guide() const override;
// specific implementation