diff options
author | 2019-08-18 01:35:26 -0700 | |
---|---|---|
committer | 2019-08-18 01:35:26 -0700 | |
commit | 0dc30579dbf2d2a0f1d2e2306ca92f65baa10922 (patch) | |
tree | ff083b720edec68d41c76117535cb5d04b19ac25 | |
parent | 6a1c903a6ce9ee57dfa3ba931350c485f88a2407 (diff) |
harddriv.h: missed a spot earlier (nw)
-rw-r--r-- | src/devices/imagedev/harddriv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/imagedev/harddriv.h b/src/devices/imagedev/harddriv.h index ab077ef8d38..65a13df10d3 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,hdv,2mg"; } + virtual const char *file_extensions() const override { return "chd,hd,hdv,2mg,hdi"; } virtual const util::option_guide &create_option_guide() const override; // specific implementation |