summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/target/mame/mess.lua
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2022-03-28 23:52:01 +0200
committer hap <happppp@users.noreply.github.com>2022-03-28 23:52:01 +0200
commiteb7bfe84507d9a80bc9ab7b276d346ac1465cf1b (patch)
tree09c415f71b71657c59e02adc8a5428a1db904c0b /scripts/target/mame/mess.lua
parent19fe9e23a68ea2928006e7f319d3c3c296c704c9 (diff)
b5000: rename base class to rw5000
Diffstat (limited to 'scripts/target/mame/mess.lua')
-rw-r--r--scripts/target/mame/mess.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index c78154e829e..ac3879802ac 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -123,7 +123,7 @@ CPUS["UNSP"] = true
CPUS["HCD62121"] = true
CPUS["PPS4"] = true
CPUS["PPS41"] = true
-CPUS["B5000"] = true
+CPUS["RW5000"] = true
CPUS["UPD7725"] = true
CPUS["HD61700"] = true
CPUS["LC8670"] = true
@@ -3590,8 +3590,8 @@ files {
MAME_DIR .. "src/mame/includes/aim65.h",
MAME_DIR .. "src/mame/machine/aim65.cpp",
MAME_DIR .. "src/mame/drivers/aim65_40.cpp",
- MAME_DIR .. "src/mame/drivers/hh_b5000.cpp",
MAME_DIR .. "src/mame/drivers/hh_pps41.cpp",
+ MAME_DIR .. "src/mame/drivers/hh_rw5000.cpp",
}
createMESSProjects(_target, _subtarget, "rtpc")