summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes_ctrl/ctrl.cpp
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2022-03-15 00:10:17 +0100
committer hap <happppp@users.noreply.github.com>2022-03-15 00:10:17 +0100
commit5efd366143b4b2cd80ac3aabd201b1fd49f573e8 (patch)
treecb30d08b15c3d7faf6d1bfa98b030cfd2c772298 /src/devices/bus/nes_ctrl/ctrl.cpp
parentf1f36c9ba013607e3afe396c23894957770c6838 (diff)
nes: added R.O.B.
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);