summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/msx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/msx.h')
-rw-r--r--src/mame/includes/msx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/msx.h b/src/mame/includes/msx.h
index 284f13c77b8..5792de2b551 100644
--- a/src/mame/includes/msx.h
+++ b/src/mame/includes/msx.h
@@ -114,7 +114,7 @@
class msx_state : public driver_device
{
public:
- msx_state(const machine_config &mconfig, device_type type, const char *tag)
+ msx_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag)
, m_maincpu(*this, "maincpu")
, m_v9938(*this, "v9938")