summaryrefslogtreecommitdiffstats
path: root/src/mame/includes/super80.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/super80.h')
-rw-r--r--src/mame/includes/super80.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/super80.h b/src/mame/includes/super80.h
index 4063aafc6f2..34b6a2c94eb 100644
--- a/src/mame/includes/super80.h
+++ b/src/mame/includes/super80.h
@@ -24,7 +24,7 @@
class super80_state : public driver_device
{
public:
- super80_state(const machine_config &mconfig, device_type type, std::string tag)
+ super80_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag)
, m_palette(*this, "palette")
, m_maincpu(*this, "maincpu")