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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/devices/imagedev/harddriv.h b/src/devices/imagedev/harddriv.h
index 92a6b733275..7b71d13d2c7 100644
--- a/src/devices/imagedev/harddriv.h
+++ b/src/devices/imagedev/harddriv.h
@@ -25,6 +25,11 @@ class harddisk_image_device : public device_t,
{
public:
// construction/destruction
+ harddisk_image_device(const machine_config &mconfig, const char *tag, device_t *owner, const char *intf)
+ : harddisk_image_device(mconfig, tag, owner, (uint32_t)0)
+ {
+ set_interface(intf);
+ }
harddisk_image_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0);
virtual ~harddisk_image_device();