summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/vcs_ctrl/joybooster.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/vcs_ctrl/joybooster.c')
-rw-r--r--src/emu/bus/vcs_ctrl/joybooster.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/vcs_ctrl/joybooster.c b/src/emu/bus/vcs_ctrl/joybooster.c
index e2654968dc8..22b892f4bf7 100644
--- a/src/emu/bus/vcs_ctrl/joybooster.c
+++ b/src/emu/bus/vcs_ctrl/joybooster.c
@@ -58,7 +58,7 @@ ioport_constructor vcs_joystick_booster_device::device_input_ports() const
//-------------------------------------------------
vcs_joystick_booster_device::vcs_joystick_booster_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
- device_t(mconfig, VCS_JOYSTICK_BOOSTER, "Digital joystick with Boostergrip", tag, owner, clock, "vcs_joystick_booster", __FILE__),
+ device_t(mconfig, VCS_JOYSTICK_BOOSTER, "Atari / CBM Digital joystick with Boostergrip", tag, owner, clock, "vcs_joystick_booster", __FILE__),
device_vcs_control_port_interface(mconfig, *this),
m_joy(*this, "JOY"),
m_potx(*this, "POTX"),