summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-10-19 22:47:14 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-10-19 22:47:14 -0400
commit559fa0fa39ec7350ad3aa3e4988c3bb13d353112 (patch)
tree73f5dcb1f7e331487fb02c0747eb7b3a33aa520d
parent270a2736b0770e5be2d9967b399e178500dbe7a5 (diff)
Add file somehow omitted in previous commit (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 ac0e3c3a82e..d3e8e3a1d4c 100644
--- a/scripts/target/mame/arcade.lua
+++ b/scripts/target/mame/arcade.lua
@@ -3509,6 +3509,8 @@ files {
MAME_DIR .. "src/mame/includes/zaxxon.h",
MAME_DIR .. "src/mame/audio/zaxxon.cpp",
MAME_DIR .. "src/mame/video/zaxxon.cpp",
+ MAME_DIR .. "src/mame/machine/315_5195.cpp",
+ MAME_DIR .. "src/mame/machine/315_5195.h",
MAME_DIR .. "src/mame/machine/315_5296.cpp",
MAME_DIR .. "src/mame/machine/315_5296.h",
MAME_DIR .. "src/mame/machine/315_5338a.cpp",