summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2020-08-12 00:20:49 +0200
committer hap <happppp@users.noreply.github.com>2020-08-12 00:20:49 +0200
commit19f596c3adeb55b80b1399a6cc1b51c274320a1a (patch)
treeceb255753605e05120220c73a98c18987e12281d /scripts/src
parent9baaf195802b8e145f9bd5da5ba32b58906deddb (diff)
untangle bus/odyssey2/rom.cpp
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/bus.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua
index a5ad661c924..2704e17faf7 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -1694,10 +1694,12 @@ if (BUSES["O2"]~=null) then
MAME_DIR .. "src/devices/bus/odyssey2/rom.h",
MAME_DIR .. "src/devices/bus/odyssey2/4in1.cpp",
MAME_DIR .. "src/devices/bus/odyssey2/4in1.h",
- MAME_DIR .. "src/devices/bus/odyssey2/rally.cpp",
- MAME_DIR .. "src/devices/bus/odyssey2/rally.h",
MAME_DIR .. "src/devices/bus/odyssey2/chess.cpp",
MAME_DIR .. "src/devices/bus/odyssey2/chess.h",
+ MAME_DIR .. "src/devices/bus/odyssey2/ktaa.cpp",
+ 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/voice.cpp",
MAME_DIR .. "src/devices/bus/odyssey2/voice.h",
}