diff options
author | 2018-04-28 21:11:02 +1000 | |
---|---|---|
committer | 2018-04-28 21:32:21 +1000 | |
commit | 69ab2c544ba32b617abdefe0e2c4406c43077bfd (patch) | |
tree | 972e0f92dcac19941e23074a3e952a4d713e269f /src/devices/bus/neogeo_ctrl/ctrl.cpp | |
parent | f2568bb918b8e551c1b95d4a86cf07ae192cbe80 (diff) |
neogeo updates:
* move start buttons to controllers, clean up FTC1B a little
* SIT and FTC1B are only compatible with MV-1B/MV-1C cost-reduced boards
Diffstat (limited to 'src/devices/bus/neogeo_ctrl/ctrl.cpp')
-rw-r--r-- | src/devices/bus/neogeo_ctrl/ctrl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/neogeo_ctrl/ctrl.cpp b/src/devices/bus/neogeo_ctrl/ctrl.cpp index 1f36549fe17..745bcc58cf6 100644 --- a/src/devices/bus/neogeo_ctrl/ctrl.cpp +++ b/src/devices/bus/neogeo_ctrl/ctrl.cpp @@ -206,5 +206,5 @@ SLOT_INTERFACE_START( neogeo_arc_edge_fixed ) SLOT_INTERFACE_END SLOT_INTERFACE_START( neogeo_arc_pin15 ) - SLOT_INTERFACE("mahjong", NEOGEO_MJCTRL) + SLOT_INTERFACE("mahjong", NEOGEO_MJCTRL_AC) SLOT_INTERFACE_END |