summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-03-16 02:27:24 +1100
committer Vas Crabb <vas@vastheman.com>2018-03-16 02:27:24 +1100
commit3f67473bb42a6e8c5a47d73abe1ddbfb8118ee1c (patch)
tree13a787d12e034a8c1052c502a50a3e5b84dce2a0 /scripts
parent8faa36c7e1486d0b0b6b5b47c73ddebceee9b46c (diff)
QSound LLE available with a 3-character change
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 27bb7dbb826..72b21469220 100644
--- a/scripts/src/sound.lua
+++ b/scripts/src/sound.lua
@@ -755,6 +755,8 @@ if (SOUNDS["QSOUND"]~=null) then
files {
MAME_DIR .. "src/devices/sound/qsound.cpp",
MAME_DIR .. "src/devices/sound/qsound.h",
+ MAME_DIR .. "src/devices/sound/qsoundhle.cpp",
+ MAME_DIR .. "src/devices/sound/qsoundhle.h",
}
end