summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/snes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/snes.cpp')
-rw-r--r--src/mame/drivers/snes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/snes.cpp b/src/mame/drivers/snes.cpp
index 55f81e89d75..0fb9bb97b59 100644
--- a/src/mame/drivers/snes.cpp
+++ b/src/mame/drivers/snes.cpp
@@ -40,7 +40,7 @@
class snes_console_state : public snes_state
{
public:
- snes_console_state(const machine_config &mconfig, device_type type, const char *tag)
+ snes_console_state(const machine_config &mconfig, device_type type, std::string tag)
: snes_state(mconfig, type, tag)
, m_ctrl1(*this, "ctrl1")
, m_ctrl2(*this, "ctrl2")