summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/wangpc/mcc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/wangpc/mcc.cpp')
-rw-r--r--src/devices/bus/wangpc/mcc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/wangpc/mcc.cpp b/src/devices/bus/wangpc/mcc.cpp
index 93fe1f530a3..580e93dcc32 100644
--- a/src/devices/bus/wangpc/mcc.cpp
+++ b/src/devices/bus/wangpc/mcc.cpp
@@ -48,7 +48,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type WANGPC_MCC = device_creator<wangpc_mcc_device>;
+DEFINE_DEVICE_TYPE(WANGPC_MCC, wangpc_mcc_device, "wangpc_mcc", "Wang PC-PM043 Multiport Communications Controller")
//-------------------------------------------------
@@ -104,7 +104,7 @@ inline void wangpc_mcc_device::set_irq(int state)
//-------------------------------------------------
wangpc_mcc_device::wangpc_mcc_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
- device_t(mconfig, WANGPC_MCC, "Wang PC-PM043", tag, owner, clock, "wangpc_mcc", __FILE__),
+ device_t(mconfig, WANGPC_MCC, tag, owner, clock),
device_wangpcbus_card_interface(mconfig, *this),
m_sio(*this, Z80SIO2_TAG),
m_dart(*this, Z80DART_TAG), m_option(0), m_irq(0)