summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ie15.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ie15.cpp')
-rw-r--r--src/mame/drivers/ie15.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ie15.cpp b/src/mame/drivers/ie15.cpp
index 558f6402d7f..edadf371478 100644
--- a/src/mame/drivers/ie15.cpp
+++ b/src/mame/drivers/ie15.cpp
@@ -52,7 +52,7 @@ class ie15_state : public driver_device,
public device_serial_interface
{
public:
- ie15_state(const machine_config &mconfig, device_type type, const char *tag) :
+ ie15_state(const machine_config &mconfig, device_type type, std::string tag) :
driver_device(mconfig, type, tag),
device_serial_interface(mconfig, *this),
m_maincpu(*this, "maincpu"),