summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author ajrhacker <ajrhacker@users.noreply.github.com>2020-10-15 14:19:46 -0400
committer GitHub <noreply@github.com>2020-10-15 14:19:46 -0400
commitfc8330e65cb0713a1931b7b3d771c37d5ffd020b (patch)
tree682d95a450f88e1572b24e5fcfc4943cd76ac579 /scripts
parent24d5367e8f65feb24bc763dbf0679854d773e03e (diff)
parenta75bbae7906420de48a145979bd3c761980b3557 (diff)
Merge pull request #7346 from felipesanches/sony_video_equipment
New non-working driver: SONY DFS-500 DME Video Mixer (1994)
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 2951a968659..bfca2772fd3 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -3648,7 +3648,9 @@ files {
createMESSProjects(_target, _subtarget, "sony")
files {
+ MAME_DIR .. "src/mame/drivers/betacam.cpp",
MAME_DIR .. "src/mame/drivers/bvm.cpp",
+ MAME_DIR .. "src/mame/drivers/dfs500.cpp",
MAME_DIR .. "src/mame/drivers/pockstat.cpp",
MAME_DIR .. "src/mame/drivers/psx.cpp",
MAME_DIR .. "src/mame/machine/psxcd.cpp",
@@ -3656,6 +3658,7 @@ files {
MAME_DIR .. "src/mame/drivers/pve500.cpp",
MAME_DIR .. "src/mame/drivers/smc777.cpp",
MAME_DIR .. "src/mame/drivers/ps2sony.cpp",
+ MAME_DIR .. "src/mame/drivers/umatic.cpp",
}
createMESSProjects(_target, _subtarget, "sony_news")