summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/rp5c15.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/rp5c15.h')
-rw-r--r--src/devices/machine/rp5c15.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/rp5c15.h b/src/devices/machine/rp5c15.h
index 15936a02445..3359e766ff0 100644
--- a/src/devices/machine/rp5c15.h
+++ b/src/devices/machine/rp5c15.h
@@ -30,7 +30,7 @@ class rp5c15_device : public device_t,
{
public:
// construction/destruction
- rp5c15_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ rp5c15_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
auto alarm() { return m_out_alarm_cb.bind(); }
auto clkout() { return m_out_clkout_cb.bind(); }