diff options
Diffstat (limited to 'src/devices/bus/neogeo_ctrl/ctrl.cpp')
-rw-r--r-- | src/devices/bus/neogeo_ctrl/ctrl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/neogeo_ctrl/ctrl.cpp b/src/devices/bus/neogeo_ctrl/ctrl.cpp index 745bcc58cf6..2a936c1fa53 100644 --- a/src/devices/bus/neogeo_ctrl/ctrl.cpp +++ b/src/devices/bus/neogeo_ctrl/ctrl.cpp @@ -207,4 +207,5 @@ SLOT_INTERFACE_END SLOT_INTERFACE_START( neogeo_arc_pin15 ) SLOT_INTERFACE("mahjong", NEOGEO_MJCTRL_AC) + SLOT_INTERFACE("joy", NEOGEO_JOY) SLOT_INTERFACE_END |