summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/upd1771.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/upd1771.h')
-rw-r--r--src/devices/sound/upd1771.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/upd1771.h b/src/devices/sound/upd1771.h
index 7c5cc5f7f95..432da4003bb 100644
--- a/src/devices/sound/upd1771.h
+++ b/src/devices/sound/upd1771.h
@@ -18,7 +18,7 @@ class upd1771c_device : public device_t,
public device_sound_interface
{
public:
- upd1771c_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ upd1771c_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
auto ack_handler() { return m_ack_handler.bind(); }