summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/maygaysw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/maygaysw.cpp')
-rw-r--r--src/mame/drivers/maygaysw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/maygaysw.cpp b/src/mame/drivers/maygaysw.cpp
index e095ac2b885..4fa6a437017 100644
--- a/src/mame/drivers/maygaysw.cpp
+++ b/src/mame/drivers/maygaysw.cpp
@@ -105,7 +105,7 @@
class maygayew_state : public driver_device
{
public:
- maygayew_state(const machine_config &mconfig, device_type type, const char *tag)
+ maygayew_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu") { }
required_device<cpu_device> m_maincpu;