diff options
Diffstat (limited to 'src/mame/drivers/mquake.cpp')
-rw-r--r-- | src/mame/drivers/mquake.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mquake.cpp b/src/mame/drivers/mquake.cpp index 77c38c9db88..6c0bde2b788 100644 --- a/src/mame/drivers/mquake.cpp +++ b/src/mame/drivers/mquake.cpp @@ -45,7 +45,7 @@ class mquake_state : public amiga_state { public: - mquake_state(const machine_config &mconfig, device_type type, const char *tag) + mquake_state(const machine_config &mconfig, device_type type, std::string tag) : amiga_state(mconfig, type, tag), m_es5503(*this, "es5503"), m_es5503_rom(*this, "es5503") |