summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-01-04 21:11:42 +0100
committer hap <happppp@users.noreply.github.com>2021-01-04 21:11:54 +0100
commitd329aa03f7fbef647377d9c2b8c9676661c78f97 (patch)
tree49061d8f073009a0912c9d040b7795f3264aadfd /scripts
parente900729c13fe5e86f65806ced18380142d75487c (diff)
odyssey2: add service test cart 7seg output
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 1f158ae6b06..ad3e1e2ad88 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -1759,6 +1759,8 @@ if (BUSES["O2"]~=null) then
MAME_DIR .. "src/devices/bus/odyssey2/ktaa.h",
MAME_DIR .. "src/devices/bus/odyssey2/rally.cpp",
MAME_DIR .. "src/devices/bus/odyssey2/rally.h",
+ MAME_DIR .. "src/devices/bus/odyssey2/test.cpp",
+ MAME_DIR .. "src/devices/bus/odyssey2/test.h",
MAME_DIR .. "src/devices/bus/odyssey2/voice.cpp",
MAME_DIR .. "src/devices/bus/odyssey2/voice.h",
}