diff options
Diffstat (limited to 'src/devices/sound/esqpump.h')
-rw-r--r-- | src/devices/sound/esqpump.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/esqpump.h b/src/devices/sound/esqpump.h index 897475cd8b4..51f7e378c9e 100644 --- a/src/devices/sound/esqpump.h +++ b/src/devices/sound/esqpump.h @@ -18,7 +18,7 @@ class esq_5505_5510_pump_device : public device_t, public device_sound_interface public: static constexpr feature_type imperfect_features() { return feature::SOUND; } - esq_5505_5510_pump_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + esq_5505_5510_pump_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); template <typename T> void set_esp(T &&tag) { m_esp.set_tag(std::forward<T>(tag)); } void set_esp_halted(bool esp_halted) { |