summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/wd11c00_17.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/wd11c00_17.h')
-rw-r--r--src/devices/machine/wd11c00_17.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/wd11c00_17.h b/src/devices/machine/wd11c00_17.h
index 91175d2472d..64e081f5736 100644
--- a/src/devices/machine/wd11c00_17.h
+++ b/src/devices/machine/wd11c00_17.h
@@ -22,7 +22,7 @@ class wd11c00_17_device : public device_t
{
public:
// construction/destruction
- wd11c00_17_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ wd11c00_17_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
auto out_irq5_callback() { return m_out_irq5_cb.bind(); }
auto out_drq3_callback() { return m_out_drq3_cb.bind(); }