summaryrefslogtreecommitdiffstats
path: root/scripts/src
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-05-21 19:05:52 +0200
committer hap <happppp@users.noreply.github.com>2021-05-21 19:06:07 +0200
commit262aa23c89169e620f4d3f51b93e49ab744fd37e (patch)
treeb6e69497464c856bc78a9f9faebeee13758a319f /scripts/src
parent72437afd744bb24829e7b734821669f119e6778a (diff)
saitek_osa: added maestro/analyst B/C/D/D+/D++ module [hap, Berger, anonymous]
Diffstat (limited to 'scripts/src')
-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 2beab5212bf..1ee46b10559 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -4457,6 +4457,8 @@ if (BUSES["SAITEK_OSA"]~=null) then
MAME_DIR .. "src/devices/bus/saitek_osa/expansion.h",
MAME_DIR .. "src/devices/bus/saitek_osa/modules.cpp",
MAME_DIR .. "src/devices/bus/saitek_osa/modules.h",
+ MAME_DIR .. "src/devices/bus/saitek_osa/maestro.cpp",
+ MAME_DIR .. "src/devices/bus/saitek_osa/maestro.h",
MAME_DIR .. "src/devices/bus/saitek_osa/maestroa.cpp",
MAME_DIR .. "src/devices/bus/saitek_osa/maestroa.h",
MAME_DIR .. "src/devices/bus/saitek_osa/sparc.cpp",