summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/target/mame/mess.lua
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-02-26 18:24:44 +0100
committer hap <happppp@users.noreply.github.com>2021-02-26 18:24:59 +0100
commit2f02c96baffbe8a628ab2d4bbc325efe945100d7 (patch)
tree62775b657ed7e7490e0351ceb8bbd9bdb166efb8 /scripts/target/mame/mess.lua
parent1a0b9509851e61a6a86004ae00f3065870d1c40a (diff)
added MM76 disassembler and preliminary PPS-4/1 MCU core [hap]
New machines marked as NOT_WORKING ---------------------------------- Electronic Master Mind (Invicta) [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 f81851af8ee..841ee009def 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -121,6 +121,7 @@ CPUS["COSMAC"] = true
CPUS["UNSP"] = true
CPUS["HCD62121"] = true
CPUS["PPS4"] = true
+CPUS["PPS41"] = true
CPUS["UPD7725"] = true
CPUS["HD61700"] = true
CPUS["LC8670"] = true
@@ -3456,6 +3457,7 @@ 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_pps41.cpp",
}
createMESSProjects(_target, _subtarget, "rtpc")