summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/mie.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/mie.cpp')
-rw-r--r--src/mame/machine/mie.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/mie.cpp b/src/mame/machine/mie.cpp
index 010df09a3a9..55bac6f038f 100644
--- a/src/mame/machine/mie.cpp
+++ b/src/mame/machine/mie.cpp
@@ -87,12 +87,12 @@ machine_config_constructor mie_device::device_mconfig_additions() const
return MACHINE_CONFIG_NAME(mie);
}
-mie_jvs_device::mie_jvs_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
+mie_jvs_device::mie_jvs_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: jvs_host(mconfig, MIE_JVS, "JVS (MIE)", tag, owner, clock, "mie_jvs", __FILE__)
{
}
-mie_device::mie_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
+mie_device::mie_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: maple_device(mconfig, MIE, "Sega 315-6146 MIE", tag, owner, clock, "mie", __FILE__)
{
memset(gpio_name, 0, sizeof(gpio_name));