summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mayumi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mayumi.cpp')
-rw-r--r--src/mame/drivers/mayumi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mayumi.cpp b/src/mame/drivers/mayumi.cpp
index e30a9926d06..06250380cf7 100644
--- a/src/mame/drivers/mayumi.cpp
+++ b/src/mame/drivers/mayumi.cpp
@@ -20,7 +20,7 @@
class mayumi_state : public driver_device
{
public:
- mayumi_state(const machine_config &mconfig, device_type type, std::string tag)
+ mayumi_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_videoram(*this, "videoram"),
m_i8255(*this, "i8255"),