summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vcs_ctrl/ctrl.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2024-03-07 20:04:23 -0500
committer AJR <ajrhacker@users.noreply.github.com>2024-03-07 20:05:36 -0500
commitfd2ec1de3ade66c10245ccdebc563ea6ddc23930 (patch)
tree38b448bfb9e1f1ced0b70232663c907027e5b54f /src/devices/bus/vcs_ctrl/ctrl.cpp
parentd9424d92b459310b6955fee75588f5698f409e84 (diff)
bus/vcs_ctrl: Move "cx85" into the general devices list on the slim chance it might be useful with other systems
Diffstat (limited to 'src/devices/bus/vcs_ctrl/ctrl.cpp')
-rw-r--r--src/devices/bus/vcs_ctrl/ctrl.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/bus/vcs_ctrl/ctrl.cpp b/src/devices/bus/vcs_ctrl/ctrl.cpp
index 0ddccd7f2ed..afef3a923bf 100644
--- a/src/devices/bus/vcs_ctrl/ctrl.cpp
+++ b/src/devices/bus/vcs_ctrl/ctrl.cpp
@@ -83,12 +83,11 @@ void vcs_control_port_devices(device_slot_interface &device)
device.option_add("joybstr", VCS_JOYSTICK_BOOSTER);
device.option_add("wheel", VCS_WHEEL);
device.option_add("keypad", VCS_KEYPAD);
+ device.option_add("cx85", ATARI_CX85);
}
void a800_control_port_devices(device_slot_interface &device)
{
vcs_control_port_devices(device);
device.set_option_machine_config("pad", &vcs_paddles_device::reverse_players);
-
- device.option_add("cx85", ATARI_CX85);
}