From fd2ec1de3ade66c10245ccdebc563ea6ddc23930 Mon Sep 17 00:00:00 2001 From: AJR Date: Thu, 7 Mar 2024 20:04:23 -0500 Subject: bus/vcs_ctrl: Move "cx85" into the general devices list on the slim chance it might be useful with other systems --- src/devices/bus/vcs_ctrl/ctrl.cpp | 3 +-- 1 file changed, 1 insertion(+), 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); } -- cgit v1.2.3-70-g09d2