diff options
Diffstat (limited to 'src/devices/machine/mos6529.h')
-rw-r--r-- | src/devices/machine/mos6529.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mos6529.h b/src/devices/machine/mos6529.h index 67806441d57..780e69db95c 100644 --- a/src/devices/machine/mos6529.h +++ b/src/devices/machine/mos6529.h @@ -37,7 +37,7 @@ class mos6529_device : public device_t { public: // construction/destruction - mos6529_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + mos6529_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); template <std::size_t Bit> auto p_handler() { return m_p_handler[Bit].bind(); } |