summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/comx35/exp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/comx35/exp.cpp')
-rw-r--r--src/devices/bus/comx35/exp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/comx35/exp.cpp b/src/devices/bus/comx35/exp.cpp
index 8e2aacf910e..8c160829bdc 100644
--- a/src/devices/bus/comx35/exp.cpp
+++ b/src/devices/bus/comx35/exp.cpp
@@ -14,7 +14,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type COMX_EXPANSION_SLOT = device_creator<comx_expansion_slot_device>;
+DEFINE_DEVICE_TYPE(COMX_EXPANSION_SLOT, comx_expansion_slot_device, "comx_expansion_slot", "COMX-35 expansion slot")
@@ -44,7 +44,7 @@ device_comx_expansion_card_interface::device_comx_expansion_card_interface(const
//-------------------------------------------------
comx_expansion_slot_device::comx_expansion_slot_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
- device_t(mconfig, COMX_EXPANSION_SLOT, "COMX-35 expansion slot", tag, owner, clock, "comx_expansion_slot", __FILE__),
+ device_t(mconfig, COMX_EXPANSION_SLOT, tag, owner, clock),
device_slot_interface(mconfig, *this),
m_write_irq(*this), m_card(nullptr)
{