diff options
Diffstat (limited to 'src/devices/machine/serflash.cpp')
-rw-r--r-- | src/devices/machine/serflash.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/serflash.cpp b/src/devices/machine/serflash.cpp index c7589e6f58e..f28e4a0d478 100644 --- a/src/devices/machine/serflash.cpp +++ b/src/devices/machine/serflash.cpp @@ -23,7 +23,7 @@ DEFINE_DEVICE_TYPE(SERFLASH, serflash_device, "serflash", "Serial Flash") // serflash_device - constructor //------------------------------------------------- -serflash_device::serflash_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) +serflash_device::serflash_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : device_t(mconfig, SERFLASH, tag, owner, clock) , device_nvram_interface(mconfig, *this) , m_length(0) |