summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Lord-Nightmare <Lord-Nightmare@users.noreply.github.com>2020-08-09 14:35:08 -0400
committer Lord-Nightmare <Lord-Nightmare@users.noreply.github.com>2020-08-09 14:35:08 -0400
commitfdcb9850dae5127b5980213e10b64bc99acbeca1 (patch)
tree52eb044d1b13f133ff786d6c8dec56611d1f4382 /scripts
parentc16fea7d696e3666695014bc922305029b82aedd (diff)
Add and hook up a device for the D-12338-567 Williams Pin Sound '88 board, used on the Williams System 11B 'Jokerz!' pinball. [Lord Nightmare]
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 f464af156e8..e2402d0e23c 100644
--- a/scripts/target/mame/arcade.lua
+++ b/scripts/target/mame/arcade.lua
@@ -4629,6 +4629,8 @@ files {
MAME_DIR .. "src/mame/includes/s11b.h",
MAME_DIR .. "src/mame/drivers/s11c.cpp",
MAME_DIR .. "src/mame/includes/s11c.h",
+ MAME_DIR .. "src/mame/audio/pinsnd88.cpp",
+ MAME_DIR .. "src/mame/audio/pinsnd88.h",
MAME_DIR .. "src/mame/audio/s11c_bg.cpp",
MAME_DIR .. "src/mame/audio/s11c_bg.h",
MAME_DIR .. "src/mame/drivers/s3.cpp",