summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mb89374.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mb89374.h')
-rw-r--r--src/devices/machine/mb89374.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mb89374.h b/src/devices/machine/mb89374.h
index 4ea6878641f..1229e0bb181 100644
--- a/src/devices/machine/mb89374.h
+++ b/src/devices/machine/mb89374.h
@@ -43,7 +43,7 @@ class mb89374_device : public device_t,
{
public:
// construction/destruction
- mb89374_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ mb89374_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
auto out_irq_callback() { return m_out_irq_cb.bind(); }
template <unsigned N> auto out_po_callback() { return m_out_po_cb[N].bind(); }