diff options
author | 2016-04-23 12:18:05 +0200 | |
---|---|---|
committer | 2016-04-23 12:18:05 +0200 | |
commit | 9a3b5d9a7557e34e6f398f3ec703085be25d6370 (patch) | |
tree | 204ea162147f715a61c47c53d571a8208266ddbf /scripts/src/sound.lua | |
parent | 1c726824f2b2cc7c6c03ff975e548b72f9b2c0a9 (diff) |
mode devices to proper library (nw)
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 |