diff options
Diffstat (limited to 'src/devices/machine/wd2010.h')
-rw-r--r-- | src/devices/machine/wd2010.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/wd2010.h b/src/devices/machine/wd2010.h index a39935326ba..034a6466616 100644 --- a/src/devices/machine/wd2010.h +++ b/src/devices/machine/wd2010.h @@ -22,7 +22,7 @@ class wd2010_device : public device_t { public: // construction/destruction - wd2010_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + wd2010_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); auto out_intrq_callback() { return m_out_intrq_cb.bind(); } auto out_bdrq_callback() { return m_out_bdrq_cb.bind(); } |