summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/speedspn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/speedspn.h')
-rw-r--r--src/mame/includes/speedspn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/speedspn.h b/src/mame/includes/speedspn.h
index 9167d0192d4..4c7bfbfc5c2 100644
--- a/src/mame/includes/speedspn.h
+++ b/src/mame/includes/speedspn.h
@@ -5,7 +5,7 @@
class speedspn_state : public driver_device
{
public:
- speedspn_state(const machine_config &mconfig, device_type type, const char *tag)
+ speedspn_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_audiocpu(*this, "audiocpu"),