diff options
Diffstat (limited to 'src/devices/bus/archimedes/econet/slot.h')
-rw-r--r-- | src/devices/bus/archimedes/econet/slot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/archimedes/econet/slot.h b/src/devices/bus/archimedes/econet/slot.h index 4d963fd608e..ef0cf69f12f 100644 --- a/src/devices/bus/archimedes/econet/slot.h +++ b/src/devices/bus/archimedes/econet/slot.h @@ -57,7 +57,7 @@ public: set_fixed(false); } - archimedes_econet_slot_device(machine_config const &mconfig, char const *tag, device_t *owner, u32 clock = 0); + archimedes_econet_slot_device(machine_config const &mconfig, char const *tag, device_t *owner, const XTAL &clock = XTAL()); // callbacks auto efiq_handler() { return m_efiq_handler.bind(); } |