summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-02-20 21:44:24 -0500
committer AJR <ajrhacker@users.noreply.github.com>2019-02-20 23:05:55 -0500
commitfbabda8efe253c483d4a391b3b3e280011dc506f (patch)
treeba20e7d6ab6c714cffc3139c294e04a3ecc2e931 /scripts
parent092349d265ea630af535f15c9b0895ccc4a39855 (diff)
wy30p, wy120, wy150, wy160: Descramble program code and split to new skeleton drivers (nw)
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 2a9322a87ae..c2c819adbe1 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -3698,6 +3698,8 @@ files {
createMESSProjects(_target, _subtarget, "wyse")
files {
MAME_DIR .. "src/mame/drivers/wy100.cpp",
+ MAME_DIR .. "src/mame/drivers/wy150.cpp",
+ MAME_DIR .. "src/mame/drivers/wy30p.cpp",
MAME_DIR .. "src/mame/drivers/wy50.cpp",
MAME_DIR .. "src/mame/drivers/wy85.cpp",
MAME_DIR .. "src/mame/drivers/wyse.cpp",