summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-01-04 15:10:23 -0500
committer AJR <ajrhacker@users.noreply.github.com>2017-01-04 17:43:31 -0500
commit6f8c39e442abbad88cb124266f503036facb00e2 (patch)
tree40ff85dd46aad66937a016b6645f98bd6a4264df /scripts
parent47c4f47bd40def91566dda49cc378d4ae0d63e37 (diff)
Cedar Magnet/EFO ZSU
- Conversion of the Cedar Magnet board from a base device class to a mix-in interface - Emulate EFO ZSU as main variant of the Cedar Magnet sound board - Hook up ZSU1 to Skill Flight and Phantom Ship - Modernize ZSU soundlatch/IRQ mechanism - More hardware notes (nw) - Various associated code cleanups (nw)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/arcade.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua
index 3b36402f618..1094d3fa818 100644
--- a/scripts/target/mame/arcade.lua
+++ b/scripts/target/mame/arcade.lua
@@ -851,6 +851,8 @@ files {
MAME_DIR .. "src/mame/audio/dcs.h",
MAME_DIR .. "src/mame/audio/decobsmt.cpp",
MAME_DIR .. "src/mame/audio/decobsmt.h",
+ MAME_DIR .. "src/mame/audio/efo_zsu.cpp",
+ MAME_DIR .. "src/mame/audio/efo_zsu.h",
MAME_DIR .. "src/mame/audio/segam1audio.cpp",
MAME_DIR .. "src/mame/audio/segam1audio.h",
}
@@ -4351,7 +4353,6 @@ files {
MAME_DIR .. "src/mame/machine/cdicdic.cpp",
MAME_DIR .. "src/mame/machine/cdicdic.h",
MAME_DIR .. "src/mame/drivers/cedar_magnet.cpp",
- MAME_DIR .. "src/mame/machine/cedar_magnet_sound.cpp",
MAME_DIR .. "src/mame/machine/cedar_magnet_plane.cpp",
MAME_DIR .. "src/mame/machine/cedar_magnet_sprite.cpp",
MAME_DIR .. "src/mame/machine/cedar_magnet_board.cpp",