diff options
Diffstat (limited to 'src/devices/machine/k053252.cpp')
-rw-r--r-- | src/devices/machine/k053252.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/k053252.cpp b/src/devices/machine/k053252.cpp index 6972d0f5c96..f08dc1f71d8 100644 --- a/src/devices/machine/k053252.cpp +++ b/src/devices/machine/k053252.cpp @@ -65,7 +65,7 @@ TODO: DEFINE_DEVICE_TYPE(K053252, k053252_device, "k053252", "K053252 Timing/Interrupt Controller") -k053252_device::k053252_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) +k053252_device::k053252_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : device_t(mconfig, K053252, tag, owner, clock) , device_video_interface(mconfig, *this) , m_int1_en_cb(*this) |