summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2022-07-30 15:36:04 -0400
committer AJR <ajrhacker@users.noreply.github.com>2022-07-30 15:36:04 -0400
commitc19f2c5d463496e05ffdf783010654e5868650a6 (patch)
tree8d8f864f631e511be07accbc012a575726c5aa09 /scripts
parent77eff86988cb12c5f9dce121051b243b321bfca0 (diff)
a800: Add support for the ICD R-Time 8 cartridge
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 655757c856c..39649287e55 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -53,6 +53,8 @@ if (BUSES["A800"]~=null) then
MAME_DIR .. "src/devices/bus/a800/rom.h",
MAME_DIR .. "src/devices/bus/a800/oss.cpp",
MAME_DIR .. "src/devices/bus/a800/oss.h",
+ MAME_DIR .. "src/devices/bus/a800/rtime8.cpp",
+ MAME_DIR .. "src/devices/bus/a800/rtime8.h",
MAME_DIR .. "src/devices/bus/a800/sparta.cpp",
MAME_DIR .. "src/devices/bus/a800/sparta.h",
}