diff options
Diffstat (limited to 'src/devices/bus/svi3x8/expander/expander.cpp')
-rw-r--r-- | src/devices/bus/svi3x8/expander/expander.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/svi3x8/expander/expander.cpp b/src/devices/bus/svi3x8/expander/expander.cpp index ea1fab43f93..7fadb19858e 100644 --- a/src/devices/bus/svi3x8/expander/expander.cpp +++ b/src/devices/bus/svi3x8/expander/expander.cpp @@ -27,7 +27,7 @@ DEFINE_DEVICE_TYPE(SVI_EXPANDER, svi_expander_device, "svi_expander", "SVI 318/3 // svi_expander_device - constructor //------------------------------------------------- -svi_expander_device::svi_expander_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) : +svi_expander_device::svi_expander_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : device_t(mconfig, SVI_EXPANDER, tag, owner, clock), device_single_card_slot_interface<device_svi_expander_interface>(mconfig, *this), m_module(nullptr), |