summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/e05a30.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/e05a30.cpp')
-rw-r--r--src/devices/machine/e05a30.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/e05a30.cpp b/src/devices/machine/e05a30.cpp
index 44d90904644..8f6eb4241a3 100644
--- a/src/devices/machine/e05a30.cpp
+++ b/src/devices/machine/e05a30.cpp
@@ -18,7 +18,7 @@
DEFINE_DEVICE_TYPE(E05A30, e05a30_device, "e05a30", "Epson E05A30 Gate Array")
-e05a30_device::e05a30_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
+e05a30_device::e05a30_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock)
: device_t(mconfig, E05A30, tag, owner, clock),
m_write_printhead(*this),
m_write_pf_stepper(*this),