diff options
Diffstat (limited to 'src/devices/sound/flt_vol.h')
-rw-r--r-- | src/devices/sound/flt_vol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/flt_vol.h b/src/devices/sound/flt_vol.h index 022a980a6a5..021271809bd 100644 --- a/src/devices/sound/flt_vol.h +++ b/src/devices/sound/flt_vol.h @@ -15,7 +15,7 @@ class filter_volume_device : public device_t, public device_sound_interface { public: - filter_volume_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0); + filter_volume_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL()); void flt_volume_set_volume(float volume); |