summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/neogeo/fatfury2_prot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/neogeo/fatfury2_prot.c')
-rw-r--r--src/emu/bus/neogeo/fatfury2_prot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/neogeo/fatfury2_prot.c b/src/emu/bus/neogeo/fatfury2_prot.c
index 83ddf17aa43..ca76ee26f42 100644
--- a/src/emu/bus/neogeo/fatfury2_prot.c
+++ b/src/emu/bus/neogeo/fatfury2_prot.c
@@ -8,7 +8,7 @@ extern const device_type FATFURY2_PROT = &device_creator<fatfury2_prot_device>;
fatfury2_prot_device::fatfury2_prot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
- : device_t(mconfig, FATFURY2_PROT, "NeoGeo Fatal Fury 2 Protection Device", tag, owner, clock, "fatfury2_prot", __FILE__)
+ : device_t(mconfig, FATFURY2_PROT, "NeoGeo Protection (Fatal Fury 2)", tag, owner, clock, "fatfury2_prot", __FILE__)
{
}