diff options
Diffstat (limited to 'src/devices/video/dm9368.cpp')
-rw-r--r-- | src/devices/video/dm9368.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/dm9368.cpp b/src/devices/video/dm9368.cpp index 4702430403b..be6de598687 100644 --- a/src/devices/video/dm9368.cpp +++ b/src/devices/video/dm9368.cpp @@ -36,7 +36,7 @@ const u8 dm9368_device::s_segment_data[16] = // LIVE DEVICE //************************************************************************** -dm9368_device::dm9368_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock) : +dm9368_device::dm9368_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : device_t(mconfig, DM9368, tag, owner, clock), m_update_cb(*this), m_rbo_cb(*this), |