diff options
Diffstat (limited to 'src/devices/bus/epson_qx/multifont.cpp')
-rw-r--r-- | src/devices/bus/epson_qx/multifont.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/epson_qx/multifont.cpp b/src/devices/bus/epson_qx/multifont.cpp index 8349af95dea..38ab373e725 100644 --- a/src/devices/bus/epson_qx/multifont.cpp +++ b/src/devices/bus/epson_qx/multifont.cpp @@ -92,7 +92,7 @@ INPUT_PORTS_END //------------------------------------------------- // multifont_device - constructor //------------------------------------------------- -multifont_device::multifont_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) : +multifont_device::multifont_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : device_t(mconfig, EPSON_QX_OPTION_MULTIFONT, tag, owner, clock), device_option_expansion_interface(mconfig, *this), m_mcu(*this, "mcu"), |