summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2021-04-18 14:05:21 -0400
committer AJR <ajrhacker@users.noreply.github.com>2021-04-18 14:05:21 -0400
commitdaa6c9469987eb60e4713cb924ec48207047cb47 (patch)
treef7ed7378a065d446453d0629a61cc5e09b42fc6a /scripts
parent1da36f8ce520c63fae756ca9ce5785067f5332ba (diff)
New machines marked as NOT_WORKING
---------------------------------- Roland PR-100 Digital Sequencer [AJR, Valley Bell]
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/mess.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index 71aba1aeca5..ebb81497aff 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -3436,6 +3436,7 @@ files {
MAME_DIR .. "src/mame/drivers/roland_jx8p.cpp",
MAME_DIR .. "src/mame/drivers/roland_mc50.cpp",
MAME_DIR .. "src/mame/drivers/roland_mt32.cpp",
+ MAME_DIR .. "src/mame/drivers/roland_pr100.cpp",
MAME_DIR .. "src/mame/drivers/roland_r8.cpp",
MAME_DIR .. "src/mame/drivers/roland_ra30.cpp",
MAME_DIR .. "src/mame/drivers/roland_s10.cpp",
@@ -3460,6 +3461,8 @@ files {
MAME_DIR .. "src/mame/machine/mb62h195.h",
MAME_DIR .. "src/mame/machine/mb63h149.cpp",
MAME_DIR .. "src/mame/machine/mb63h149.h",
+ MAME_DIR .. "src/mame/machine/mb87013.cpp",
+ MAME_DIR .. "src/mame/machine/mb87013.h",
MAME_DIR .. "src/mame/machine/pg200.cpp",
MAME_DIR .. "src/mame/machine/pg200.h",
}