summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author David Haywood <mamehaze@users.noreply.github.com>2016-01-04 21:27:43 +0000
committer David Haywood <mamehaze@users.noreply.github.com>2016-01-04 21:27:43 +0000
commit4d762486b7bca1fa6857b511dc3776c8f8ca60f7 (patch)
treed89d0b4abaa27e11e0f23ea1861c5f7f21f7be6c /scripts
parentba297c7cf62af23986de644c9bb7f995aecc7d22 (diff)
parent9a2c1b7fa41dcb7f6f140b60c67625a89ab35fc8 (diff)
Merge pull request #547 from felipesanches/marywu
[marywu] new gambling game (unknown name/manufacturer)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/mess.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index ee60c8a17da..2d62df19238 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -3095,7 +3095,8 @@ files {
MAME_DIR .. "src/mame/drivers/lft.cpp",
MAME_DIR .. "src/mame/drivers/lg-dvd.cpp",
MAME_DIR .. "src/mame/drivers/lola8a.cpp",
- MAME_DIR .. "src/mame/drivers/m79152pc.cpp",
+ MAME_DIR .. "src/mame/drivers/m79152pc.cpp",
+ MAME_DIR .. "src/mame/drivers/marywu.cpp",
MAME_DIR .. "src/mame/drivers/mccpm.cpp",
MAME_DIR .. "src/mame/drivers/mes.cpp",
MAME_DIR .. "src/mame/drivers/mice.cpp",