summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2022-12-17 07:21:59 +1100
committer Vas Crabb <vas@vastheman.com>2022-12-17 07:21:59 +1100
commitf87d24a4a28fe93bb0cb602448bc2c1ae5325f11 (patch)
tree6d2f02a01d19e81689a5c9895f38b96ecc9357c1 /scripts
parent84711571215253420b38f7775437c7528c32aaa5 (diff)
bus/msx/ctrl: Added Konami Hyper Shot controller.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/src/bus.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua
index 610e15de431..6c570865c64 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -1825,6 +1825,8 @@ if (BUSES["MSX_CTRL"]~=null) then
files {
MAME_DIR .. "src/devices/bus/msx/ctrl/ctrl.cpp",
MAME_DIR .. "src/devices/bus/msx/ctrl/ctrl.h",
+ MAME_DIR .. "src/devices/bus/msx/ctrl/hypershot.cpp",
+ MAME_DIR .. "src/devices/bus/msx/ctrl/hypershot.h",
MAME_DIR .. "src/devices/bus/msx/ctrl/joystick.cpp",
MAME_DIR .. "src/devices/bus/msx/ctrl/joystick.h",
MAME_DIR .. "src/devices/bus/msx/ctrl/libbler.cpp",