summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/sed1356.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/sed1356.cpp')
-rw-r--r--src/devices/video/sed1356.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/sed1356.cpp b/src/devices/video/sed1356.cpp
index ccc60d94a95..7ed04aea016 100644
--- a/src/devices/video/sed1356.cpp
+++ b/src/devices/video/sed1356.cpp
@@ -40,7 +40,7 @@
DEFINE_DEVICE_TYPE(SED1356, sed1356_device, "sed1356", "Epson SED1356")
-sed1356_device::sed1356_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
+sed1356_device::sed1356_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock)
: device_t(mconfig, SED1356, tag, owner, clock)
, device_video_interface(mconfig, *this)
, m_vram(*this, "vram")