summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/slapshot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/slapshot.h')
-rw-r--r--src/mame/includes/slapshot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/slapshot.h b/src/mame/includes/slapshot.h
index 6a200b524ab..4aad8cc35e8 100644
--- a/src/mame/includes/slapshot.h
+++ b/src/mame/includes/slapshot.h
@@ -29,7 +29,7 @@ public:
TIMER_SLAPSHOT_INTERRUPT6
};
- slapshot_state(const machine_config &mconfig, device_type type, const char *tag)
+ slapshot_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_tc0140syt(*this, "tc0140syt"),