summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/magictg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/magictg.cpp')
-rw-r--r--src/mame/drivers/magictg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/magictg.cpp b/src/mame/drivers/magictg.cpp
index 63b0df20394..979101b9429 100644
--- a/src/mame/drivers/magictg.cpp
+++ b/src/mame/drivers/magictg.cpp
@@ -145,7 +145,7 @@ Medium size chip with heat sink on it
class magictg_state : public driver_device
{
public:
- magictg_state(const machine_config &mconfig, device_type type, const char *tag)
+ magictg_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_mips(*this, "mips"),
m_adsp(*this, "adsp"),