diff options
Diffstat (limited to 'src/devices/cpu/dsp32/dsp32.h')
-rw-r--r-- | src/devices/cpu/dsp32/dsp32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/dsp32/dsp32.h b/src/devices/cpu/dsp32/dsp32.h index 90ede0181fa..babec516eef 100644 --- a/src/devices/cpu/dsp32/dsp32.h +++ b/src/devices/cpu/dsp32/dsp32.h @@ -36,7 +36,7 @@ class dsp32c_device : public cpu_device { public: // construction/destruction - dsp32c_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + dsp32c_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); auto out_cb() { return m_output_pins_changed.bind(); } |