diff options
Diffstat (limited to 'src/mame/includes/supbtime.h')
-rw-r--r-- | src/mame/includes/supbtime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/supbtime.h b/src/mame/includes/supbtime.h index 8dfd7666bbb..2f067a11765 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, std::string tag) + supbtime_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_spriteram(*this, "spriteram"), m_pf1_rowscroll(*this, "pf1_rowscroll"), |