summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author ajrhacker <ajrhacker@users.noreply.github.com>2019-08-24 10:01:09 -0400
committer GitHub <noreply@github.com>2019-08-24 10:01:09 -0400
commit65597f1af964fdd5bb65940d710a94e76b90f5c7 (patch)
tree53b70d21f685fdb89c6951d722fa082532287f73
parent4cf982ea3af6a69660adeb8d0e95722f566a428e (diff)
parent021d89b7feeb709b74b510079d908290b25451c1 (diff)
Merge pull request #5533 from DavidHaywood/240819
fix compile (nw)
-rw-r--r--scripts/target/mame/arcade.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua
index ee7352c9ba9..90a55961585 100644
--- a/scripts/target/mame/arcade.lua
+++ b/scripts/target/mame/arcade.lua
@@ -682,6 +682,7 @@ MACHINES["PS2INTC"] = true
--MACHINES["IOPTIMER"] = true
MACHINES["AIC565"] = true
MACHINES["AIC6250"] = true
+MACHINES["VRENDER0"] = true
--------------------------------------------------
-- specify available bus cores
@@ -4650,6 +4651,7 @@ files {
MAME_DIR .. "src/mame/drivers/corona.cpp",
MAME_DIR .. "src/mame/drivers/cwheel.cpp",
MAME_DIR .. "src/mame/drivers/crystal.cpp",
+ MAME_DIR .. "src/mame/drivers/ddz.cpp",
MAME_DIR .. "src/mame/drivers/menghong.cpp",
MAME_DIR .. "src/mame/drivers/trivrus.cpp",
MAME_DIR .. "src/mame/drivers/crospuzl.cpp",