diff options
Diffstat (limited to 'scripts/src/sound.lua')
-rw-r--r-- | scripts/src/sound.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua index 03859da4e0a..17f9c6aa2b2 100644 --- a/scripts/src/sound.lua +++ b/scripts/src/sound.lua @@ -9,6 +9,14 @@ -- ---------------------------------------------------------------------------- +files { + MAME_DIR .. "src/devices/sound/flt_vol.cpp", + MAME_DIR .. "src/devices/sound/flt_vol.h", + MAME_DIR .. "src/devices/sound/flt_rc.cpp", + MAME_DIR .. "src/devices/sound/flt_rc.h", + MAME_DIR .. "src/devices/sound/samples.cpp", + MAME_DIR .. "src/devices/sound/samples.h", +} --------------------------------------------------- -- DACs |