summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Ariane Fugmann <sailorsat@t-online.de>2016-06-21 21:13:48 +0200
committer Ariane Fugmann <sailorsat@t-online.de>2016-06-21 21:13:48 +0200
commit2ce018ae9c41d4967cda1182faadeaf5cc9ac8fc (patch)
tree3cadd36fe0683f7db407e0ebc90a515cf8f995ac /scripts
parent2293caeae45ee2816a3237b452d4e4927de5f29c (diff)
M2COMM: hook up comm board in model2 (W.I.P.)
Diffstat (limited to 'scripts')
-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 b2d06ebc5b6..4ff951f8eea 100644
--- a/scripts/target/mame/arcade.lua
+++ b/scripts/target/mame/arcade.lua
@@ -3043,6 +3043,8 @@ files {
MAME_DIR .. "src/mame/machine/s32comm.h",
MAME_DIR .. "src/mame/machine/m1comm.cpp",
MAME_DIR .. "src/mame/machine/m1comm.h",
+ MAME_DIR .. "src/mame/machine/m2comm.cpp",
+ MAME_DIR .. "src/mame/machine/m2comm.h",
MAME_DIR .. "src/mame/audio/dsbz80.cpp",
MAME_DIR .. "src/mame/audio/dsbz80.h",
MAME_DIR .. "src/mame/drivers/model2.cpp",