summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/s100/mm65k16s.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/s100/mm65k16s.cpp')
-rw-r--r--src/devices/bus/s100/mm65k16s.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/s100/mm65k16s.cpp b/src/devices/bus/s100/mm65k16s.cpp
index 4026d17385e..2cc3edabb58 100644
--- a/src/devices/bus/s100/mm65k16s.cpp
+++ b/src/devices/bus/s100/mm65k16s.cpp
@@ -22,7 +22,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type S100_MM65K16S = device_creator<s100_mm65k16s_device>;
+DEFINE_DEVICE_TYPE(S100_MM65K16S, s100_mm65k16s_device, "s100_mm65k16s", "Morrow MM65K16S")
//-------------------------------------------------
@@ -203,7 +203,7 @@ ioport_constructor s100_mm65k16s_device::device_input_ports() const
//-------------------------------------------------
s100_mm65k16s_device::s100_mm65k16s_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
- device_t(mconfig, S100_MM65K16S, "MM65K16S", tag, owner, clock, "mm65k16s", __FILE__),
+ device_t(mconfig, S100_MM65K16S, tag, owner, clock),
device_s100_card_interface(mconfig, *this),
m_ram(*this, "ram")
{