diff options
author | 2020-02-02 04:21:51 +0000 | |
---|---|---|
committer | 2020-02-02 15:21:51 +1100 | |
commit | 36bea6591548ef73bad8bcf0c6291322e0751b90 (patch) | |
tree | 0f2b96ae5783ecd5cdcaa8f10d144ecc2ad992bd /src/devices/bus/nes_ctrl/ctrl.cpp | |
parent | e15251ffb8e5b13d02af575d208ab0d460eec722 (diff) |
new WORKING machines (#6252)
-----
Disney Game It! Classic Pals [Sean Riddle, David Haywood]
Champiyon Pinball (Japan) [Sean Riddle, Peter Wilhelmsen, ShouTime, David Haywood]
new WORKING clone
-----
Master Boy (1987, Z80 hardware, Ichi-Funtel) [Juan Romero, ClawGrip]
new NOT WORKING software list entry
-----
buzztime_cart.xml: Series 1 - Everything [Sean Riddle, David Haywood]
- start refactoring some nes_vt stuff (don't force non-nes controllers through the nes controller bus, and thus untangle nes_vt from nes.cpp, the controllers don't comform to the standard anyway)
Diffstat (limited to 'src/devices/bus/nes_ctrl/ctrl.cpp')
-rw-r--r-- | src/devices/bus/nes_ctrl/ctrl.cpp | 10 |
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? -} |