summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/seicop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/seicop.c')
-rw-r--r--src/mame/machine/seicop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/seicop.c b/src/mame/machine/seicop.c
index edcaf1e7387..f42cf28b524 100644
--- a/src/mame/machine/seicop.c
+++ b/src/mame/machine/seicop.c
@@ -21,7 +21,7 @@
const device_type SEIBU_COP_BOOTLEG = &device_creator<seibu_cop_bootleg_device>;
seibu_cop_bootleg_device::seibu_cop_bootleg_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
- : device_t(mconfig, SEIBU_COP_BOOTLEG, "Seibu COP Bootleg", tag, owner, clock, "seibu_cop_boot", __FILE__),
+ : device_t(mconfig, SEIBU_COP_BOOTLEG, "Seibu COP (Bootleg)", tag, owner, clock, "seibu_cop_boot", __FILE__),
m_cop_mcu_ram(NULL),
m_raiden2cop(*this, ":raiden2cop")
{