summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/raiden2cop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/raiden2cop.cpp')
-rw-r--r--src/mame/machine/raiden2cop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/raiden2cop.cpp b/src/mame/machine/raiden2cop.cpp
index 0190e691043..519b93cd8c7 100644
--- a/src/mame/machine/raiden2cop.cpp
+++ b/src/mame/machine/raiden2cop.cpp
@@ -24,7 +24,7 @@
const device_type RAIDEN2COP = &device_creator<raiden2cop_device>;
-raiden2cop_device::raiden2cop_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
+raiden2cop_device::raiden2cop_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
: device_t(mconfig, RAIDEN2COP, "Seibu COP (Raiden 2)", tag, owner, clock, "raiden2cop", __FILE__),
cop_latch_addr(0),
cop_latch_trigger(0),