summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/flt_biquad.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/flt_biquad.cpp')
-rw-r--r--src/devices/sound/flt_biquad.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/flt_biquad.cpp b/src/devices/sound/flt_biquad.cpp
index 6ae1bde0109..cc7ff2e002d 100644
--- a/src/devices/sound/flt_biquad.cpp
+++ b/src/devices/sound/flt_biquad.cpp
@@ -46,7 +46,7 @@ ALLOW_SAVE_TYPE(filter_biquad_device::biquad_type);
//-------------------------------------------------
// initialize with some sane defaults for a highpass filter with a cutoff at 16hz, same as flt_rc's 'ac' mode.
-filter_biquad_device::filter_biquad_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
+filter_biquad_device::filter_biquad_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock)
: device_t(mconfig, FILTER_BIQUAD, tag, owner, clock),
device_sound_interface(mconfig, *this),
m_stream(nullptr),