diff options
Diffstat (limited to 'src/mame/machine/raiden2cop.cpp')
-rw-r--r-- | src/mame/machine/raiden2cop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/raiden2cop.cpp b/src/mame/machine/raiden2cop.cpp index 519b93cd8c7..0190e691043 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, std::string tag, device_t *owner, UINT32 clock) +raiden2cop_device::raiden2cop_device(const machine_config &mconfig, const char *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), |