diff options
Diffstat (limited to 'src/devices/video/sda5708.cpp')
-rw-r--r-- | src/devices/video/sda5708.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/sda5708.cpp b/src/devices/video/sda5708.cpp index 05453afadb7..2867fe8517e 100644 --- a/src/devices/video/sda5708.cpp +++ b/src/devices/video/sda5708.cpp @@ -58,7 +58,7 @@ DEFINE_DEVICE_TYPE(SDA5708, sda5708_device, "sda5708", "SDA570 // sda5708_device - constructor //------------------------------------------------- -sda5708_device::sda5708_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) +sda5708_device::sda5708_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : device_t(mconfig, SDA5708, tag, owner, clock) , m_dots(*this, "Dot_%u%u%u", 1U, 1U, 1U) , m_serial(0) |