diff options
Diffstat (limited to 'src/devices/bus/vcs_ctrl/ctrl.cpp')
-rw-r--r-- | src/devices/bus/vcs_ctrl/ctrl.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/devices/bus/vcs_ctrl/ctrl.cpp b/src/devices/bus/vcs_ctrl/ctrl.cpp index c1d462b8e84..248fcf2b584 100644 --- a/src/devices/bus/vcs_ctrl/ctrl.cpp +++ b/src/devices/bus/vcs_ctrl/ctrl.cpp @@ -85,3 +85,9 @@ void vcs_control_port_devices(device_slot_interface &device) device.option_add("wheel", VCS_WHEEL); device.option_add("keypad", VCS_KEYPAD); } + +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); +} |