diff options
author | 2016-04-21 09:29:33 +0200 | |
---|---|---|
committer | 2016-04-21 09:29:33 +0200 | |
commit | 057eefd060af60932c338a145df801ebd3c762d1 (patch) | |
tree | 1b935dc6adb752e1ad8d4125becbab55f8249414 /scripts/src/bus.lua | |
parent | b1c06acb61c741fc9bcb1bd7428728e291510a39 (diff) |
neogeo.cpp: more accurate implementation of contollers
through slot devices. If you want to launch janshin in the
multislot driver (neogeo) you shall now prescribe
-edge "" -ctrl1 mahjong
and set accordingly the dipswitch. The janshin driver already
comes pre-configured in the proper way, instead. [Fabio Priuli]
Diffstat (limited to 'scripts/src/bus.lua')
-rw-r--r-- | scripts/src/bus.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 78032cabff0..cd9923ea1fc 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -1964,6 +1964,8 @@ if (BUSES["NEOGEO_CTRL"]~=null) then MAME_DIR .. "src/devices/bus/neogeo_ctrl/mahjong.h", MAME_DIR .. "src/devices/bus/neogeo_ctrl/dial.cpp", MAME_DIR .. "src/devices/bus/neogeo_ctrl/dial.h", + MAME_DIR .. "src/devices/bus/neogeo_ctrl/irrmaze.cpp", + MAME_DIR .. "src/devices/bus/neogeo_ctrl/irrmaze.h", MAME_DIR .. "src/devices/bus/neogeo_ctrl/kizuna4p.cpp", MAME_DIR .. "src/devices/bus/neogeo_ctrl/kizuna4p.h", } |