diff options
Diffstat (limited to 'src/devices/bus/comx35/printer.cpp')
-rw-r--r-- | src/devices/bus/comx35/printer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/comx35/printer.cpp b/src/devices/bus/comx35/printer.cpp index 6858d687c0b..e475bcb9e32 100644 --- a/src/devices/bus/comx35/printer.cpp +++ b/src/devices/bus/comx35/printer.cpp @@ -79,7 +79,7 @@ void comx_prn_device::device_add_mconfig(machine_config &config) // comx_prn_device - constructor //------------------------------------------------- -comx_prn_device::comx_prn_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) : +comx_prn_device::comx_prn_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : device_t(mconfig, COMX_PRN, tag, owner, clock), device_comx_expansion_card_interface(mconfig, *this), m_centronics(*this, CENTRONICS_TAG), |