summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/neogeo/sbp_prot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/neogeo/sbp_prot.c')
-rw-r--r--src/emu/bus/neogeo/sbp_prot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/neogeo/sbp_prot.c b/src/emu/bus/neogeo/sbp_prot.c
index a5479f761e6..bec2b26386c 100644
--- a/src/emu/bus/neogeo/sbp_prot.c
+++ b/src/emu/bus/neogeo/sbp_prot.c
@@ -9,7 +9,7 @@ extern const device_type SBP_PROT = &device_creator<sbp_prot_device>;
sbp_prot_device::sbp_prot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
- : device_t(mconfig, SBP_PROT, "NeoGeo Super Bubble Pop Protection Device", tag, owner, clock, "sbp_prot", __FILE__)
+ : device_t(mconfig, SBP_PROT, "NeoGeo Protection (Super Bubble Pop)", tag, owner, clock, "sbp_prot", __FILE__)
{
}