summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/s_smp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/s_smp.h')
-rw-r--r--src/devices/machine/s_smp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/s_smp.h b/src/devices/machine/s_smp.h
index 45f83755507..17c4238eac5 100644
--- a/src/devices/machine/s_smp.h
+++ b/src/devices/machine/s_smp.h
@@ -18,7 +18,7 @@
class s_smp_device : public spc700_device
{
public:
- s_smp_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock);
+ s_smp_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
auto dsp_io_read_callback() { return m_dsp_io_r_cb.bind(); }
auto dsp_io_write_callback() { return m_dsp_io_w_cb.bind(); }