summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/sms_ctrl/paddle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/sms_ctrl/paddle.c')
-rw-r--r--src/emu/bus/sms_ctrl/paddle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/sms_ctrl/paddle.c b/src/emu/bus/sms_ctrl/paddle.c
index affe7456ab3..41a79ecf0be 100644
--- a/src/emu/bus/sms_ctrl/paddle.c
+++ b/src/emu/bus/sms_ctrl/paddle.c
@@ -73,7 +73,7 @@ ioport_constructor sms_paddle_device::device_input_ports() const
//-------------------------------------------------
sms_paddle_device::sms_paddle_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
- device_t(mconfig, SMS_PADDLE, "Paddle", tag, owner, clock, "sms_paddle", __FILE__),
+ device_t(mconfig, SMS_PADDLE, "Sega SMS Paddle", tag, owner, clock, "sms_paddle", __FILE__),
device_sms_control_port_interface(mconfig, *this),
m_paddle_pins(*this, "CTRL_PORT"),
m_paddle_x(*this, "PADDLE_X"),