summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ep64/exp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ep64/exp.cpp')
-rw-r--r--src/devices/bus/ep64/exp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/ep64/exp.cpp b/src/devices/bus/ep64/exp.cpp
index 028b397b6df..a60c4d386c8 100644
--- a/src/devices/bus/ep64/exp.cpp
+++ b/src/devices/bus/ep64/exp.cpp
@@ -15,7 +15,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type EP64_EXPANSION_BUS_SLOT = device_creator<ep64_expansion_bus_slot_device>;
+DEFINE_DEVICE_TYPE(EP64_EXPANSION_BUS_SLOT, ep64_expansion_bus_slot_device, "ep64_expansion_bus_slot", "Enterprise Sixty Four expansion bus slot")
@@ -44,7 +44,7 @@ device_ep64_expansion_bus_card_interface::device_ep64_expansion_bus_card_interfa
//-------------------------------------------------
ep64_expansion_bus_slot_device::ep64_expansion_bus_slot_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
- : device_t(mconfig, EP64_EXPANSION_BUS_SLOT, "Enterprise Sixty Four expansion bus slot", tag, owner, clock, "ep64_expansion_bus_slot", __FILE__)
+ : device_t(mconfig, EP64_EXPANSION_BUS_SLOT, tag, owner, clock)
, device_slot_interface(mconfig, *this)
, m_write_irq(*this)
, m_write_nmi(*this)