diff options
| author | 2021-01-04 21:11:42 +0100 | |
|---|---|---|
| committer | 2021-01-04 21:11:54 +0100 | |
| commit | d329aa03f7fbef647377d9c2b8c9676661c78f97 (patch) | |
| tree | 49061d8f073009a0912c9d040b7795f3264aadfd /scripts | |
| parent | e900729c13fe5e86f65806ced18380142d75487c (diff) | |
odyssey2: add service test cart 7seg output
Diffstat (limited to 'scripts')
| -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 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", } |
