summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/icm7170.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/icm7170.h')
-rw-r--r--src/devices/machine/icm7170.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/icm7170.h b/src/devices/machine/icm7170.h
index 2fef930fa04..a2306fae33e 100644
--- a/src/devices/machine/icm7170.h
+++ b/src/devices/machine/icm7170.h
@@ -50,7 +50,7 @@ class icm7170_device : public device_t,
{
public:
// construction/destruction
- icm7170_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ icm7170_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
auto irq() { return m_out_irq_cb.bind(); }