From 8abb4014f330944ef2d18f6eaba4b9ce677da75f Mon Sep 17 00:00:00 2001 From: David Haywood Date: Tue, 8 Sep 2015 15:09:43 +0100 Subject: 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. --- scripts/src/sound.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') 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 -- cgit v1.2.3