From 1b65df61580c0fa8833671ca3e10f0c4aa01a5a0 Mon Sep 17 00:00:00 2001 From: MASH Date: Sun, 20 Dec 2015 05:35:33 +0100 Subject: [PATCH] Update igs028.cpp --- src/mame/machine/igs028.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/machine/igs028.cpp b/src/mame/machine/igs028.cpp index 5e71c2bff64..fd626df5d1e 100644 --- a/src/mame/machine/igs028.cpp +++ b/src/mame/machine/igs028.cpp @@ -12,7 +12,7 @@ igs028_device::igs028_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, IGS028, "IGS028", tag, owner, clock, "igs028", __FILE__) + : device_t(mconfig, IGS028, "IGS028 Protection", tag, owner, clock, "igs028", __FILE__) { }