summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/upd934g.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/upd934g.h')
-rw-r--r--src/devices/sound/upd934g.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/upd934g.h b/src/devices/sound/upd934g.h
index 1340dd7bf60..77bf9fa3083 100644
--- a/src/devices/sound/upd934g.h
+++ b/src/devices/sound/upd934g.h
@@ -24,7 +24,7 @@ public:
static constexpr feature_type imperfect_features() { return feature::SOUND; }
// construction/destruction
- upd934g_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ upd934g_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
// configuration
auto data_callback() { return m_data_cb.bind(); }