summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vme/vme.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vme/vme.cpp')
-rw-r--r--src/devices/bus/vme/vme.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/devices/bus/vme/vme.cpp b/src/devices/bus/vme/vme.cpp
index 61ca35c2199..236dd258c73 100644
--- a/src/devices/bus/vme/vme.cpp
+++ b/src/devices/bus/vme/vme.cpp
@@ -455,12 +455,12 @@ void vme_device::install_device(vme_amod_t amod, offs_t start, offs_t end, read3
// Card interface
//
device_vme_card_interface::device_vme_card_interface(const machine_config &mconfig, device_t &device)
- : device_slot_card_interface(mconfig, device)
- ,m_vme(nullptr)
- ,m_vme_tag(nullptr)
- ,m_vme_slottag(nullptr)
- ,m_slot(0)
- ,m_next(nullptr)
+ : device_interface(device, "vme")
+ , m_vme(nullptr)
+ , m_vme_tag(nullptr)
+ , m_vme_slottag(nullptr)
+ , m_slot(0)
+ , m_next(nullptr)
{
m_device = &device;
LOG("%s %s\n", m_device->tag(), FUNCNAME);