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.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/devices/bus/nes_ctrl/ctrl.cpp b/src/devices/bus/nes_ctrl/ctrl.cpp
index 7ef1da0850f..991191a1f0c 100644
--- a/src/devices/bus/nes_ctrl/ctrl.cpp
+++ b/src/devices/bus/nes_ctrl/ctrl.cpp
@@ -212,13 +212,3 @@ void fc_expansion_devices(device_slot_interface &device)
device.option_add("barcode_battler", NES_BARCODE_BATTLER);
device.option_add("subor_keyboard", NES_SUBORKEYBOARD);
}
-
-void majesco_control_port1_devices(device_slot_interface &device)
-{
- device.option_add("ddr", NES_VT_MAJESCO_DDR);
-}
-
-void majesco_control_port2_devices(device_slot_interface &device)
-{
- // nothing?
-}