summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/dave.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/dave.h')
-rw-r--r--src/devices/sound/dave.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/dave.h b/src/devices/sound/dave.h
index 82c024f748e..8a9340ec7e1 100644
--- a/src/devices/sound/dave.h
+++ b/src/devices/sound/dave.h
@@ -23,7 +23,7 @@ class dave_device : public device_t,
public device_sound_interface
{
public:
- dave_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ dave_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
auto irq_wr() { return m_write_irq.bind(); }
auto lh_wr() { return m_write_lh.bind(); }