summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/wpc_shift.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/wpc_shift.c')
-rw-r--r--src/mame/machine/wpc_shift.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/wpc_shift.c b/src/mame/machine/wpc_shift.c
index b1b1417fb11..8022f14a26a 100644
--- a/src/mame/machine/wpc_shift.c
+++ b/src/mame/machine/wpc_shift.c
@@ -7,7 +7,7 @@
const device_type WPC_SHIFT = &device_creator<wpc_shift_device>;
wpc_shift_device::wpc_shift_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
- device_t(mconfig, WPC_SHIFT, "Williams Pinball Controller shifter", tag, owner, clock, "wpc_shift", __FILE__)
+ device_t(mconfig, WPC_SHIFT, "Williams Pinball Controller Shifter", tag, owner, clock, "wpc_shift", __FILE__)
{
}