summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/decodmd1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/decodmd1.cpp')
-rw-r--r--src/mame/video/decodmd1.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/decodmd1.cpp b/src/mame/video/decodmd1.cpp
index d678435c28a..64a853fe61f 100644
--- a/src/mame/video/decodmd1.cpp
+++ b/src/mame/video/decodmd1.cpp
@@ -230,7 +230,7 @@ machine_config_constructor decodmd_type1_device::device_mconfig_additions() cons
return MACHINE_CONFIG_NAME( decodmd1 );
}
-decodmd_type1_device::decodmd_type1_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
+decodmd_type1_device::decodmd_type1_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, DECODMD1, "Data East Pinball Dot Matrix Display Type 1", tag, owner, clock, "decodmd1", __FILE__),
m_cpu(*this,"dmdcpu"),
m_rombank1(*this,"dmdbank1"),
@@ -266,7 +266,7 @@ void decodmd_type1_device::device_reset()
m_frameswap = false;
}
-void decodmd_type1_device::static_set_gfxregion(device_t &device, std::string tag)
+void decodmd_type1_device::static_set_gfxregion(device_t &device, const char *tag)
{
decodmd_type1_device &cpuboard = downcast<decodmd_type1_device &>(device);
cpuboard.m_gfxtag = tag;