summaryrefslogtreecommitdiffstats
path: root/src/mame/includes/supbtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/supbtime.h')
-rw-r--r--src/mame/includes/supbtime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/supbtime.h b/src/mame/includes/supbtime.h
index 2f067a11765..8dfd7666bbb 100644
--- a/src/mame/includes/supbtime.h
+++ b/src/mame/includes/supbtime.h
@@ -12,7 +12,7 @@
class supbtime_state : public driver_device
{
public:
- supbtime_state(const machine_config &mconfig, device_type type, const char *tag)
+ supbtime_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_spriteram(*this, "spriteram"),
m_pf1_rowscroll(*this, "pf1_rowscroll"),