summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/s100/dj2db.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/s100/dj2db.cpp')
-rw-r--r--src/devices/bus/s100/dj2db.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/s100/dj2db.cpp b/src/devices/bus/s100/dj2db.cpp
index f83d7e3a420..f68a879d033 100644
--- a/src/devices/bus/s100/dj2db.cpp
+++ b/src/devices/bus/s100/dj2db.cpp
@@ -33,7 +33,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type S100_DJ2DB = device_creator<s100_dj2db_device>;
+DEFINE_DEVICE_TYPE(S100_DJ2DB, s100_dj2db_device, "s100_sj2db", "Morrow Disk Jockey 2D/B")
//-------------------------------------------------
@@ -252,7 +252,7 @@ ioport_constructor s100_dj2db_device::device_input_ports() const
//-------------------------------------------------
s100_dj2db_device::s100_dj2db_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
- device_t(mconfig, S100_DJ2DB, "DJ2DB", tag, owner, clock, "dj2db", __FILE__),
+ device_t(mconfig, S100_DJ2DB, tag, owner, clock),
device_s100_card_interface(mconfig, *this),
m_fdc(*this, MB8866_TAG),
m_dbrg(*this, BR1941_TAG),