summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author mooglyguy <therealmogminer@gmail.com>2018-05-31 18:33:07 +0200
committer mooglyguy <therealmogminer@gmail.com>2018-05-31 18:33:28 +0200
commit0a455b0eff0f6c19039fe731736ccf8903720eae (patch)
tree4b91657a56f853f26641f497ee342be7b25057d8 /scripts
parente6b5ea8b9501eb87d5a3ae383915778ddaf01c59 (diff)
segag80r: Eliminated machine().device and also split monsterb sound board into a proper device, nw
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/arcade.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua
index a766198ef74..3a3f069db91 100644
--- a/scripts/target/mame/arcade.lua
+++ b/scripts/target/mame/arcade.lua
@@ -3282,6 +3282,7 @@ files {
MAME_DIR .. "src/mame/machine/segag80.cpp",
MAME_DIR .. "src/mame/machine/segag80.h",
MAME_DIR .. "src/mame/audio/segag80r.cpp",
+ MAME_DIR .. "src/mame/audio/segag80r.h",
MAME_DIR .. "src/mame/video/segag80r.cpp",
MAME_DIR .. "src/mame/drivers/segag80v.cpp",
MAME_DIR .. "src/mame/includes/segag80v.h",