summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/intrscti.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/intrscti.cpp')
-rw-r--r--src/mame/drivers/intrscti.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/intrscti.cpp b/src/mame/drivers/intrscti.cpp
index 9c27cd17f45..e30bc8223fc 100644
--- a/src/mame/drivers/intrscti.cpp
+++ b/src/mame/drivers/intrscti.cpp
@@ -20,7 +20,7 @@ I've not had a chance to wire up the board yet, but it might be possible to writ
class intrscti_state : public driver_device
{
public:
- intrscti_state(const machine_config &mconfig, device_type type, const char *tag)
+ intrscti_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this,"maincpu"),
m_subcpu(*this,"subcpu"),