diff options
| author | 2022-12-18 06:33:38 +1100 | |
|---|---|---|
| committer | 2022-12-18 06:40:56 +1100 | |
| commit | d57396edf0bb49b3c30ed3dd369a8d9af56b3950 (patch) | |
| tree | 8d456bd6110c3708a009ab0791eef524e9a4d61d /scripts/src/bus.lua | |
| parent | 00d49e7b002dc5f7972ca407cf10c7b5908cade6 (diff) | |
bus/sms_ctrl: Added support for Denpa XE-1AP controller.
This is the "horsehoe crab" game pad version of the Denpa Micom Soft
Analog/Digital Intelligent Controller System (the other version is the
desktop "cyber stick").
Mega Drive games only support this controller in analog mode (the
default). Digital mode is designed to be used for games on computers
with MSX-style controller ports that don't support analog controls.
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 e2d290b55d3..d25711e9585 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -3579,6 +3579,8 @@ if (BUSES["SMS_CTRL"]~=null) then MAME_DIR .. "src/devices/bus/sms_ctrl/sportsjp.h", MAME_DIR .. "src/devices/bus/sms_ctrl/teamplayer.cpp", MAME_DIR .. "src/devices/bus/sms_ctrl/teamplayer.h", + MAME_DIR .. "src/devices/bus/sms_ctrl/xe1ap.cpp", + MAME_DIR .. "src/devices/bus/sms_ctrl/xe1ap.h", } end |
