summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/s100/wunderbus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/s100/wunderbus.cpp')
-rw-r--r--src/devices/bus/s100/wunderbus.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/s100/wunderbus.cpp b/src/devices/bus/s100/wunderbus.cpp
index 09ee10d71e1..dd89f1c5d52 100644
--- a/src/devices/bus/s100/wunderbus.cpp
+++ b/src/devices/bus/s100/wunderbus.cpp
@@ -31,7 +31,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type S100_WUNDERBUS = device_creator<s100_wunderbus_device>;
+DEFINE_DEVICE_TYPE(S100_WUNDERBUS, s100_wunderbus_device, "s100_wunderbus", "Morrow Winderbus I/O")
//-------------------------------------------------
@@ -238,7 +238,7 @@ ioport_constructor s100_wunderbus_device::device_input_ports() const
//-------------------------------------------------
s100_wunderbus_device::s100_wunderbus_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
- device_t(mconfig, S100_WUNDERBUS, "Wunderbus I/O", tag, owner, clock, "s100_wunderbus", __FILE__),
+ device_t(mconfig, S100_WUNDERBUS, tag, owner, clock),
device_s100_card_interface(mconfig, *this),
m_pic(*this, I8259A_TAG),
m_ace1(*this, INS8250_1_TAG),