diff options
Diffstat (limited to 'src/devices/bus/electron/fbjoy.cpp')
-rw-r--r-- | src/devices/bus/electron/fbjoy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/electron/fbjoy.cpp b/src/devices/bus/electron/fbjoy.cpp index e5a4042cfeb..19012c64572 100644 --- a/src/devices/bus/electron/fbjoy.cpp +++ b/src/devices/bus/electron/fbjoy.cpp @@ -46,7 +46,7 @@ ioport_constructor electron_fbjoy_device::device_input_ports() const // electron_fbjoy_device - constructor //------------------------------------------------- -electron_fbjoy_device::electron_fbjoy_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) +electron_fbjoy_device::electron_fbjoy_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : device_t(mconfig, ELECTRON_FBJOY, tag, owner, clock) , device_electron_expansion_interface(mconfig, *this) , m_joy(*this, "JOY") |