summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/irisha.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/irisha.cpp')
-rw-r--r--src/mame/drivers/irisha.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/irisha.cpp b/src/mame/drivers/irisha.cpp
index bdb0a39dd36..62e624899c2 100644
--- a/src/mame/drivers/irisha.cpp
+++ b/src/mame/drivers/irisha.cpp
@@ -27,7 +27,7 @@
class irisha_state : public driver_device
{
public:
- irisha_state(const machine_config &mconfig, device_type type, const char *tag) :
+ irisha_state(const machine_config &mconfig, device_type type, std::string tag) :
driver_device(mconfig, type, tag),
m_p_videoram(*this, "videoram"),
m_maincpu(*this, "maincpu"),