summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/8080bw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/8080bw.h')
-rw-r--r--src/mame/includes/8080bw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/8080bw.h b/src/mame/includes/8080bw.h
index da298c9174d..04d37a12018 100644
--- a/src/mame/includes/8080bw.h
+++ b/src/mame/includes/8080bw.h
@@ -18,7 +18,7 @@
class _8080bw_state : public mw8080bw_state
{
public:
- _8080bw_state(const machine_config &mconfig, device_type type, const char *tag)
+ _8080bw_state(const machine_config &mconfig, device_type type, std::string tag)
: mw8080bw_state(mconfig, type, tag),
m_schaser_effect_555_timer(*this, "schaser_sh_555"),
m_claybust_gun_on(*this, "claybust_gun"),