summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author wilbertpol <wilbertpol@users.noreply.github.com>2023-05-09 04:48:44 +0100
committer GitHub <noreply@github.com>2023-05-09 13:48:44 +1000
commitdf3877c47b03f205990590c5f2cdf34e42d2ab16 (patch)
treeca89080a46e305467ba335226890b021cf078e52 /scripts
parent442c6ba728847cdb307ec8dc088d9466611bc026 (diff)
bus/msx/ctrl: Added Arkanoid Vaus controller. (#11201)
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 cd316c3a193..4f254b218ee 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -1842,6 +1842,8 @@ if (BUSES["MSX_CTRL"]~=null) then
MAME_DIR .. "src/devices/bus/msx/ctrl/towns6b.h",
MAME_DIR .. "src/devices/bus/msx/ctrl/townspad.cpp",
MAME_DIR .. "src/devices/bus/msx/ctrl/townspad.h",
+ MAME_DIR .. "src/devices/bus/msx/ctrl/vaus.cpp",
+ MAME_DIR .. "src/devices/bus/msx/ctrl/vaus.h",
MAME_DIR .. "src/devices/bus/msx/ctrl/xe1ap.cpp",
MAME_DIR .. "src/devices/bus/msx/ctrl/xe1ap.h",
}