From e07a7f19b5b13484309e102e92b9b073f79e5ecc Mon Sep 17 00:00:00 2001 From: cam900 Date: Wed, 15 Jul 2020 05:56:22 +0900 Subject: Implement FDS sound emulation (#6953) * Implement FDS sound emulation --- scripts/src/sound.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts/src') diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua index 3b98b9095ce..a49d74dbc9e 100644 --- a/scripts/src/sound.lua +++ b/scripts/src/sound.lua @@ -1589,3 +1589,15 @@ if (SOUNDS["KS0164"]~=null) then MAME_DIR .. "src/devices/sound/ks0164.h", } end + +--------------------------------------------------- +-- +--@src/devices/sound/rp2c33_snd.h,SOUNDS["RP2C33_SOUND"] = true +--------------------------------------------------- + +if (SOUNDS["RP2C33_SOUND"]~=null) then + files { + MAME_DIR .. "src/devices/sound/rp2c33_snd.cpp", + MAME_DIR .. "src/devices/sound/rp2c33_snd.h", + } +end -- cgit v1.2.3-70-g09d2