summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2021-05-11 13:59:42 -0400
committer AJR <ajrhacker@users.noreply.github.com>2021-05-11 13:59:42 -0400
commit3955b5c9e9a9ba6b15e601f471df75aba5dff79c (patch)
tree77f6181a914be20540fd336a8368435007e9a7f6 /scripts
parent9a909ee83beaa37f39e9bec87ade1827533fe2d7 (diff)
New machines marked as NOT_WORKING
---------------------------------- DECmate II (PC278) [AJR, Vince Slyngstad] DECmate III (PC238) [AJR, Vince Slyngstad]
Diffstat (limited to 'scripts')
-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 411c3566e91..a460f066c0b 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -99,6 +99,7 @@ CPUS["F8"] = true
CPUS["LH5801"] = true
CPUS["PATINHOFEIO"] = true
CPUS["PDP1"] = true
+CPUS["PDP8"] = true
CPUS["TX0"] = true
CPUS["SATURN"] = true
CPUS["SC61860"] = true
@@ -2217,6 +2218,7 @@ files {
createMESSProjects(_target, _subtarget, "dec")
files {
MAME_DIR .. "src/mame/drivers/dct11em.cpp",
+ MAME_DIR .. "src/mame/drivers/decmate2.cpp",
MAME_DIR .. "src/mame/drivers/decstation.cpp",
MAME_DIR .. "src/mame/machine/decioga.cpp",
MAME_DIR .. "src/mame/machine/decioga.h",