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