summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2020-08-11 22:42:58 +0200
committer hap <happppp@users.noreply.github.com>2020-08-11 22:43:18 +0200
commit9baaf195802b8e145f9bd5da5ba32b58906deddb (patch)
tree58468ae86a9e2f8008d5953d00aa1afea05e878d /scripts/src
parent4da7c01ccf18c732b7ebf6431a9cf64317b729fe (diff)
odyssey2: add support for 16KB bankswitched roms
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 9c3c3fe2210..a5ad661c924 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -1694,6 +1694,8 @@ 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/voice.cpp",