summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author etabeta78 <doge.fabio@gmail.com>2016-04-14 18:36:34 +0200
committer etabeta78 <doge.fabio@gmail.com>2016-04-14 18:36:34 +0200
commit8a9e872224392913baddc0b3fc2ba173880ac3a0 (patch)
tree3b64cf4e73777f395ca1fed2ed03005c0c90c6c9 /scripts/src
parent99aa7eacd7a2bb7a3711f8ff3f918e8fbe1f2819 (diff)
neogeo: reworked inputs to work through the slot device interface.
you can now configure the controllers available in the multicart driver (neogeo) with the -crtl1 and -ctrl2 options. when you run single game drivers (e.g. mslug, or kof94, etc.), instead, a unique controller is available and cannot be modified. [Fabio Priuli]
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/bus.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua
index d1acc611254..9272b2384c2 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -1962,6 +1962,10 @@ if (BUSES["NEOGEO_CTRL"]~=null) then
MAME_DIR .. "src/devices/bus/neogeo_ctrl/joystick.h",
MAME_DIR .. "src/devices/bus/neogeo_ctrl/mahjong.cpp",
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/kizuna4p.cpp",
+ MAME_DIR .. "src/devices/bus/neogeo_ctrl/kizuna4p.h",
}
end