summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/k056800.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/k056800.h')
-rw-r--r--src/devices/sound/k056800.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/k056800.h b/src/devices/sound/k056800.h
index a6d0aa6e567..c165b130734 100644
--- a/src/devices/sound/k056800.h
+++ b/src/devices/sound/k056800.h
@@ -18,7 +18,7 @@ class k056800_device : public device_t
{
public:
// construction/destruction
- k056800_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ k056800_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
// configuration helpers
auto int_callback() { return m_int_handler.bind(); }