summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author David Haywood <mamehaze@users.noreply.github.com>2015-09-08 15:09:43 +0100
committer David Haywood <mamehaze@users.noreply.github.com>2015-09-08 15:09:43 +0100
commit8abb4014f330944ef2d18f6eaba4b9ce677da75f (patch)
treea31dbb1831bf6d1994a94f6901f0604cba9f7721 /scripts
parentc2e597a42dbe160872d9943a82e82aabd8a09eca (diff)
Sega Pico PCM improvements [ValleyBell]
as the pull request seems to have gone dead I refactored his changes into a new device derived from the 7759 rather than adding the Fifo into the 7759 (due to Aaron saying it doesn't exist there) it's possible the custom chip that Pico uses has said logic built in somehow as it's not a plain 7759 afaik.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/src/sound.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua
index 1c94d013c21..fddb54a152d 100644
--- a/scripts/src/sound.lua
+++ b/scripts/src/sound.lua
@@ -627,6 +627,8 @@ if (SOUNDS["UPD7759"]~=null) then
files {
MAME_DIR .. "src/emu/sound/upd7759.c",
MAME_DIR .. "src/emu/sound/upd7759.h",
+ MAME_DIR .. "src/emu/sound/315-5641.c",
+ MAME_DIR .. "src/emu/sound/315-5641.h",
}
end