diff options
| author | 2016-04-14 18:36:34 +0200 | |
|---|---|---|
| committer | 2016-04-14 18:36:34 +0200 | |
| commit | 8a9e872224392913baddc0b3fc2ba173880ac3a0 (patch) | |
| tree | 3b64cf4e73777f395ca1fed2ed03005c0c90c6c9 /scripts | |
| parent | 99aa7eacd7a2bb7a3711f8ff3f918e8fbe1f2819 (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')
| -rw-r--r-- | scripts/src/bus.lua | 4 |
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 |
