summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mos6530.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mos6530.h')
-rw-r--r--src/devices/machine/mos6530.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mos6530.h b/src/devices/machine/mos6530.h
index 25e11a38f97..88015ee878d 100644
--- a/src/devices/machine/mos6530.h
+++ b/src/devices/machine/mos6530.h
@@ -46,7 +46,7 @@
class mos6530_device : public device_t
{
public:
- mos6530_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ mos6530_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
auto in_pa_callback() { return m_in_pa_cb.bind(); }
auto out_pa_callback() { return m_out_pa_cb.bind(); }