summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/scobra.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/scobra.cpp')
-rw-r--r--src/mame/drivers/scobra.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/scobra.cpp b/src/mame/drivers/scobra.cpp
index 08c51b55cef..b67ecc07250 100644
--- a/src/mame/drivers/scobra.cpp
+++ b/src/mame/drivers/scobra.cpp
@@ -45,7 +45,7 @@ Notes/Tidbits:
class scobra_state : public scramble_state
{
public:
- scobra_state(const machine_config &mconfig, device_type type, const char *tag)
+ scobra_state(const machine_config &mconfig, device_type type, std::string tag)
: scramble_state(mconfig, type, tag),
m_soundram(*this, "soundram") { }