summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/sms_ctrl/sportsjp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/sms_ctrl/sportsjp.c')
-rw-r--r--src/emu/bus/sms_ctrl/sportsjp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/sms_ctrl/sportsjp.c b/src/emu/bus/sms_ctrl/sportsjp.c
index 4fc166ccd3d..2d89a73772e 100644
--- a/src/emu/bus/sms_ctrl/sportsjp.c
+++ b/src/emu/bus/sms_ctrl/sportsjp.c
@@ -87,7 +87,7 @@ ioport_constructor sms_sports_pad_jp_device::device_input_ports() const
//-------------------------------------------------
sms_sports_pad_jp_device::sms_sports_pad_jp_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
- device_t(mconfig, SMS_SPORTS_PAD_JP, "Sports Pad JP", tag, owner, clock, "sms_sports_pad_jp", __FILE__),
+ device_t(mconfig, SMS_SPORTS_PAD_JP, "Sega SMS Sports Pad JP", tag, owner, clock, "sms_sports_pad_jp", __FILE__),
device_sms_control_port_interface(mconfig, *this),
m_sports_jp_in(*this, "SPORTS_JP_IN"),
m_sports_jp_x(*this, "SPORTS_JP_X"),