summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/target/mame/mess.lua
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-02-14 23:23:14 +0100
committer hap <happppp@users.noreply.github.com>2021-02-14 23:23:28 +0100
commit147b5e72a401de8478df778a1f00d3a4c1be44f8 (patch)
tree576ff573b31cf6efe42a1f2674f5e8b882c11ed7 /scripts/target/mame/mess.lua
parent2d0f0bf8675a64236148a3777badb282a1e5e61b (diff)
added MM5799 MCU emulation [hap]
New working machines -------------------- Basketball (Mattel) [hap, Sean Riddle] QuizKid Speller [hap, Sean Riddle] New working clones ------------------ QuizKid Racer (MM5799 version) [hap, Sean Riddle]
Diffstat (limited to 'scripts/target/mame/mess.lua')
-rw-r--r--scripts/target/mame/mess.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index 58c65de5c4a..1baf05ce3e2 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -166,6 +166,7 @@ CPUS["M88000"] = true
CPUS["XAVIX2"] = true
CPUS["UPD78K"] = true
CPUS["ROMP"] = true
+CPUS["COPS1"] = true
--------------------------------------------------
-- specify available sound cores; some of these are
@@ -3012,6 +3013,7 @@ files {
createMESSProjects(_target, _subtarget, "natsemi")
files {
MAME_DIR .. "src/mame/drivers/hh_cop400.cpp",
+ MAME_DIR .. "src/mame/drivers/hh_cops1.cpp",
MAME_DIR .. "src/mame/drivers/ns5652.cpp",
}