summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev
diff options
context:
space:
mode:
author mooglyguy <therealmogminer@gmail.com>2018-12-09 14:24:28 +0100
committer mooglyguy <therealmogminer@gmail.com>2018-12-09 14:24:54 +0100
commit6ba8b0f1ae4d98f9cfb7525aa90bf7d597da59bf (patch)
tree68df38e52143abe681018cd8049dfa38f28a76d1 /src/devices/imagedev
parentbac960a725fa7e411cde4e140a372d6e82e232c3 (diff)
-mips, rsp: Removed MCFG, nw
-aleck64, hng64, kinst, namcops2, namcos23, ps2sony, pyson, vp101: Removed MACHINE_CONFIG_*, nw
Diffstat (limited to 'src/devices/imagedev')
-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 674ff5c3570..92a6b733275 100644
--- a/src/devices/imagedev/harddriv.h
+++ b/src/devices/imagedev/harddriv.h
@@ -25,7 +25,7 @@ class harddisk_image_device : public device_t,
{
public:
// construction/destruction
- harddisk_image_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ harddisk_image_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0);
virtual ~harddisk_image_device();
template <typename Object> void set_device_load(Object &&cb) { m_device_image_load = std::forward<Object>(cb); }