summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes_ctrl/ctrl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/nes_ctrl/ctrl.cpp')
-rw-r--r--src/devices/bus/nes_ctrl/ctrl.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/devices/bus/nes_ctrl/ctrl.cpp b/src/devices/bus/nes_ctrl/ctrl.cpp
index 57d12e28cfe..16c595b9ae3 100644
--- a/src/devices/bus/nes_ctrl/ctrl.cpp
+++ b/src/devices/bus/nes_ctrl/ctrl.cpp
@@ -199,6 +199,11 @@ void nes_control_port2_devices(device_slot_interface &device)
device.option_add("vboy", NES_VBOYCTRL);
}
+void nes_control_special_devices(device_slot_interface &device)
+{
+ device.option_add("rob", NES_ROB);
+}
+
void fc_control_port1_devices(device_slot_interface &device)
{
device.option_add("joypad", NES_JOYPAD);