summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/ps2gif.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/ps2gif.cpp')
-rw-r--r--src/devices/video/ps2gif.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/ps2gif.cpp b/src/devices/video/ps2gif.cpp
index 4a8ea53db7a..1b5dc4f2fb4 100644
--- a/src/devices/video/ps2gif.cpp
+++ b/src/devices/video/ps2gif.cpp
@@ -14,7 +14,7 @@
DEFINE_DEVICE_TYPE(SONYPS2_GIF, ps2_gif_device, "ps2gif", "Playstation 2 GIF")
-ps2_gif_device::ps2_gif_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
+ps2_gif_device::ps2_gif_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock)
: device_t(mconfig, SONYPS2_GIF, tag, owner, clock)
, device_execute_interface(mconfig, *this)
, m_gs(*this, finder_base::DUMMY_TAG)