summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2021-06-20 11:03:48 -0400
committer AJR <ajrhacker@users.noreply.github.com>2021-06-20 11:03:48 -0400
commit75517876f47a769a38053e934b7138b720087a7c (patch)
treeb2fdd140a9b892fa03031a25fa0f97726ea69fcf /scripts
parente5390ab1fb6225decefa0f062f75d20245723879 (diff)
New machines marked as NOT_WORKING
---------------------------------- Yamaha AN1x Control Synthesizer [DBWBP] Yamaha DX100 Digital Programmable Algorithm Synthesizer [DBWBP]
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 00a1dd57fd6..7b621e52b03 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -4408,6 +4408,8 @@ files {
createMESSProjects(_target, _subtarget, "yamaha")
files {
MAME_DIR .. "src/mame/machine/mulcd.cpp",
+ MAME_DIR .. "src/mame/drivers/yman1x.cpp",
+ MAME_DIR .. "src/mame/drivers/ymdx100.cpp",
MAME_DIR .. "src/mame/drivers/ymdx11.cpp",
MAME_DIR .. "src/mame/drivers/ymmu5.cpp",
MAME_DIR .. "src/mame/drivers/ymmu50.cpp",