diff options
Diffstat (limited to 'src/devices/sound/vrender0.h')
-rw-r--r-- | src/devices/sound/vrender0.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/vrender0.h b/src/devices/sound/vrender0.h index 1e234232c69..9667a8d9ece 100644 --- a/src/devices/sound/vrender0.h +++ b/src/devices/sound/vrender0.h @@ -27,7 +27,7 @@ public: static constexpr feature_type imperfect_features() { return feature::SOUND; } - vr0sound_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock); + vr0sound_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); auto irq_callback() { return m_irq_cb.bind(); } |