summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/iq151/ms151a.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/iq151/ms151a.cpp')
-rw-r--r--src/devices/bus/iq151/ms151a.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/iq151/ms151a.cpp b/src/devices/bus/iq151/ms151a.cpp
index 6b4116f3d42..6e6ec4f21b3 100644
--- a/src/devices/bus/iq151/ms151a.cpp
+++ b/src/devices/bus/iq151/ms151a.cpp
@@ -47,7 +47,7 @@ DEFINE_DEVICE_TYPE(IQ151_MS151A, iq151_ms151a_device, "iq151_ms15a", "IQ151 MS15
// iq151_ms151a_device - constructor
//-------------------------------------------------
-iq151_ms151a_device::iq151_ms151a_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
+iq151_ms151a_device::iq151_ms151a_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock)
: device_t(mconfig, IQ151_MS151A, tag, owner, clock)
, device_iq151cart_interface(mconfig, *this)
, m_rom(nullptr), m_posx(0), m_posy(0), m_pen(0), m_paper(nullptr)