summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/vcs_ctrl/wheel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/vcs_ctrl/wheel.c')
-rw-r--r--src/emu/bus/vcs_ctrl/wheel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/vcs_ctrl/wheel.c b/src/emu/bus/vcs_ctrl/wheel.c
index ee8b6cb2987..61111ecd033 100644
--- a/src/emu/bus/vcs_ctrl/wheel.c
+++ b/src/emu/bus/vcs_ctrl/wheel.c
@@ -48,7 +48,7 @@ ioport_constructor vcs_wheel_device::device_input_ports() const
//-------------------------------------------------
vcs_wheel_device::vcs_wheel_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
- device_t(mconfig, VCS_WHEEL, "Driving Wheel", tag, owner, clock, "vcs_wheel", __FILE__),
+ device_t(mconfig, VCS_WHEEL, "Atari / CBM Driving Wheel", tag, owner, clock, "vcs_wheel", __FILE__),
device_vcs_control_port_interface(mconfig, *this),
m_joy(*this, "JOY"),
m_wheel(*this, "WHEEL")