summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/upd7002.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/upd7002.h')
-rw-r--r--src/devices/machine/upd7002.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/upd7002.h b/src/devices/machine/upd7002.h
index 7069a68361d..f4cdccd33d7 100644
--- a/src/devices/machine/upd7002.h
+++ b/src/devices/machine/upd7002.h
@@ -25,7 +25,7 @@ public:
typedef device_delegate<int (int channel_number)> get_analogue_delegate;
typedef device_delegate<void (int data)> eoc_delegate;
- upd7002_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ upd7002_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
template <typename... T> void set_get_analogue_callback(T &&... args) { m_get_analogue_cb.set(std::forward<T>(args)...); }
template <typename... T> void set_eoc_callback(T &&... args) { m_eoc_cb.set(std::forward<T>(args)...); }