summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2022-04-10 13:24:48 +0200
committer hap <happppp@users.noreply.github.com>2022-04-10 13:25:02 +0200
commitcd52b38151d3c51462c527acf1bfc07b96f88116 (patch)
treef7b76bd0469f1ac5a17f6a1ce8a899772b1c03ac /scripts/src
parentf768e0565e5d32c1cf82dd8c27dd9d7ad491b990 (diff)
rw5000: added b5500
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/cpu.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/src/cpu.lua b/scripts/src/cpu.lua
index 77c93b5bb0c..42214efa189 100644
--- a/scripts/src/cpu.lua
+++ b/scripts/src/cpu.lua
@@ -2858,6 +2858,7 @@ end
--@src/devices/cpu/rw5000/a5500.h,CPUS["RW5000"] = true
--@src/devices/cpu/rw5000/a5900.h,CPUS["RW5000"] = true
--@src/devices/cpu/rw5000/b5000.h,CPUS["RW5000"] = true
+--@src/devices/cpu/rw5000/b5000.h,CPUS["RW5000"] = true
--@src/devices/cpu/rw5000/b6000.h,CPUS["RW5000"] = true
--@src/devices/cpu/rw5000/b6100.h,CPUS["RW5000"] = true
--------------------------------------------------
@@ -2869,6 +2870,8 @@ if CPUS["RW5000"] then
MAME_DIR .. "src/devices/cpu/rw5000/b5000.cpp",
MAME_DIR .. "src/devices/cpu/rw5000/b5000.h",
MAME_DIR .. "src/devices/cpu/rw5000/b5000op.cpp",
+ MAME_DIR .. "src/devices/cpu/rw5000/b5500.cpp",
+ MAME_DIR .. "src/devices/cpu/rw5000/b5500.h",
MAME_DIR .. "src/devices/cpu/rw5000/b6000.cpp",
MAME_DIR .. "src/devices/cpu/rw5000/b6000.h",
MAME_DIR .. "src/devices/cpu/rw5000/b6100.cpp",