From 45d4cd52a8194f2ef9e0383cfb2e2a35634af6ff Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Thu, 16 Jun 2022 12:47:52 +0200 Subject: full xtal conversion --- src/devices/bus/hp_ipc_io/hp_ipc_io.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'src/devices/bus/hp_ipc_io/hp_ipc_io.h') diff --git a/src/devices/bus/hp_ipc_io/hp_ipc_io.h b/src/devices/bus/hp_ipc_io/hp_ipc_io.h index 856b140c7ef..f0fcc4f620a 100644 --- a/src/devices/bus/hp_ipc_io/hp_ipc_io.h +++ b/src/devices/bus/hp_ipc_io/hp_ipc_io.h @@ -22,16 +22,7 @@ class hp_ipc_io_slot_device : public device_t, { public: // construction/destruction - hp_ipc_io_slot_device(machine_config const &mconfig, char const *tag, device_t *owner) - : hp_ipc_io_slot_device(mconfig, tag, owner, (uint32_t)0) - { - option_reset(); - hp_ipc_io_slot_devices(*this); - set_default_option(nullptr); - set_fixed(false); - } - - hp_ipc_io_slot_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + hp_ipc_io_slot_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL()); virtual ~hp_ipc_io_slot_device(); // Set A/B slot -- cgit v1.2.3-70-g09d2