summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/namco52.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/namco52.cpp')
-rw-r--r--src/mame/audio/namco52.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/namco52.cpp b/src/mame/audio/namco52.cpp
index 49f63abc280..f6e16575d93 100644
--- a/src/mame/audio/namco52.cpp
+++ b/src/mame/audio/namco52.cpp
@@ -159,7 +159,7 @@ ROM_END
const device_type NAMCO_52XX = &device_creator<namco_52xx_device>;
-namco_52xx_device::namco_52xx_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
+namco_52xx_device::namco_52xx_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, NAMCO_52XX, "Namco 52xx", tag, owner, clock, "namco52", __FILE__),
m_cpu(*this, "mcu"),
m_discrete(*this),