summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mogura.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mogura.cpp')
-rw-r--r--src/mame/drivers/mogura.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mogura.cpp b/src/mame/drivers/mogura.cpp
index 9310a5aee94..ba4fd973acf 100644
--- a/src/mame/drivers/mogura.cpp
+++ b/src/mame/drivers/mogura.cpp
@@ -10,7 +10,7 @@
class mogura_state : public driver_device
{
public:
- mogura_state(const machine_config &mconfig, device_type type, const char *tag)
+ mogura_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_dac1(*this, "dac1"),