summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/raiden2cop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/raiden2cop.c')
-rw-r--r--src/mame/machine/raiden2cop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/raiden2cop.c b/src/mame/machine/raiden2cop.c
index 12cc4918257..5e06c12dff8 100644
--- a/src/mame/machine/raiden2cop.c
+++ b/src/mame/machine/raiden2cop.c
@@ -23,7 +23,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)
- : device_t(mconfig, RAIDEN2COP, "RAIDEN2COP", tag, owner, clock, "raiden2cop", __FILE__),
+ : device_t(mconfig, RAIDEN2COP, "Seibu COP (Raiden 2)", tag, owner, clock, "raiden2cop", __FILE__),
cop_latch_addr(0),
cop_latch_trigger(0),
cop_latch_value(0),