summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/msx_matsushita.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/msx_matsushita.cpp')
-rw-r--r--src/mame/machine/msx_matsushita.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/msx_matsushita.cpp b/src/mame/machine/msx_matsushita.cpp
index 563b8003162..c4fbcdfa9bb 100644
--- a/src/mame/machine/msx_matsushita.cpp
+++ b/src/mame/machine/msx_matsushita.cpp
@@ -5,10 +5,10 @@
const uint8_t manufacturer_id = 0x08;
-const device_type MSX_MATSUSHITA = device_creator<msx_matsushita_device>;
+DEFINE_DEVICE_TYPE(MSX_MATSUSHITA, msx_matsushita_device, "msx_matsushita", "Matsushita switched device")
msx_matsushita_device::msx_matsushita_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
- : device_t(mconfig, MSX_MATSUSHITA, "Matsushita switched device", tag, owner, clock, "msx_matsushita", __FILE__)
+ : device_t(mconfig, MSX_MATSUSHITA, tag, owner, clock)
, device_nvram_interface(mconfig, *this)
, m_io_config(*this, "CONFIG")
, m_turbo_out_cb(*this)