summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/k054539.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/k054539.h')
-rw-r--r--src/devices/sound/k054539.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/k054539.h b/src/devices/sound/k054539.h
index 15ec7ecfe16..7d398e8cd3f 100644
--- a/src/devices/sound/k054539.h
+++ b/src/devices/sound/k054539.h
@@ -33,7 +33,7 @@ public:
using apan_delegate = device_delegate<void (double left, double right)>;
// construction/destruction
- k054539_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ k054539_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
// configuration helpers
auto timer_handler() { return m_timer_handler.bind(); }