summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sfcbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sfcbox.cpp')
-rw-r--r--src/mame/drivers/sfcbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sfcbox.cpp b/src/mame/drivers/sfcbox.cpp
index d8c8534e5ae..944c74b706a 100644
--- a/src/mame/drivers/sfcbox.cpp
+++ b/src/mame/drivers/sfcbox.cpp
@@ -127,7 +127,7 @@ How does the Super Famicom Box operates
class sfcbox_state : public snes_state
{
public:
- sfcbox_state(const machine_config &mconfig, device_type type, const char *tag)
+ sfcbox_state(const machine_config &mconfig, device_type type, std::string tag)
: snes_state(mconfig, type, tag),
m_bios(*this, "bios"),
m_mb90082(*this,"mb90082"),