summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/m90.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/m90.h')
-rw-r--r--src/mame/includes/m90.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/m90.h b/src/mame/includes/m90.h
index 20412db5fe2..a5926e06189 100644
--- a/src/mame/includes/m90.h
+++ b/src/mame/includes/m90.h
@@ -5,7 +5,7 @@
class m90_state : public driver_device
{
public:
- m90_state(const machine_config &mconfig, device_type type, const char *tag)
+ m90_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_video_data(*this, "video_data"),
m_spriteram(*this, "spriteram"),