diff options
Diffstat (limited to 'src/mame/includes/msx.h')
-rw-r--r-- | src/mame/includes/msx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/msx.h b/src/mame/includes/msx.h index 5792de2b551..284f13c77b8 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, std::string tag) + msx_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag) , m_maincpu(*this, "maincpu") , m_v9938(*this, "v9938") |