summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/namco50.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/namco50.cpp')
-rw-r--r--src/mame/machine/namco50.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/namco50.cpp b/src/mame/machine/namco50.cpp
index 7e429664cca..8967806295a 100644
--- a/src/mame/machine/namco50.cpp
+++ b/src/mame/machine/namco50.cpp
@@ -239,7 +239,7 @@ ROM_END
const device_type NAMCO_50XX = &device_creator<namco_50xx_device>;
-namco_50xx_device::namco_50xx_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
+namco_50xx_device::namco_50xx_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, NAMCO_50XX, "Namco 50xx", tag, owner, clock, "namco50", __FILE__),
m_cpu(*this, "mcu"),
m_latched_cmd(0),