diff options
Diffstat (limited to 'src/devices/machine/er2055.cpp')
-rw-r--r-- | src/devices/machine/er2055.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/er2055.cpp b/src/devices/machine/er2055.cpp index 678c044122a..43303dfb2cc 100644 --- a/src/devices/machine/er2055.cpp +++ b/src/devices/machine/er2055.cpp @@ -34,7 +34,7 @@ DEFINE_DEVICE_TYPE(ER2055, er2055_device, "er2055", "ER2055 EAROM (64x8)") // er2055_device - constructor //------------------------------------------------- -er2055_device::er2055_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) +er2055_device::er2055_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : device_t(mconfig, ER2055, tag, owner, clock), device_nvram_interface(mconfig, *this), m_default_data(*this, DEVICE_SELF), |