summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vcs_ctrl/ctrl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vcs_ctrl/ctrl.cpp')
-rw-r--r--src/devices/bus/vcs_ctrl/ctrl.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/vcs_ctrl/ctrl.cpp b/src/devices/bus/vcs_ctrl/ctrl.cpp
index afef3a923bf..8cf51645a55 100644
--- a/src/devices/bus/vcs_ctrl/ctrl.cpp
+++ b/src/devices/bus/vcs_ctrl/ctrl.cpp
@@ -72,6 +72,7 @@ void vcs_control_port_device::device_start()
#include "lightpen.h"
#include "mouse.h"
#include "paddles.h"
+#include "trakball.h"
#include "wheel.h"
void vcs_control_port_devices(device_slot_interface &device)
@@ -84,6 +85,7 @@ void vcs_control_port_devices(device_slot_interface &device)
device.option_add("wheel", VCS_WHEEL);
device.option_add("keypad", VCS_KEYPAD);
device.option_add("cx85", ATARI_CX85);
+ device.option_add("trakball", ATARI_TRAKBALL);
}
void a800_control_port_devices(device_slot_interface &device)