summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/sound.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/src/sound.lua')
-rw-r--r--scripts/src/sound.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua
index feba44c426b..59ebe104b2e 100644
--- a/scripts/src/sound.lua
+++ b/scripts/src/sound.lua
@@ -1122,11 +1122,11 @@ end
---------------------------------------------------
-- Votrax SC-01[-A] speech synthesizer
---@src/devices/sound/votrax.h,SOUNDS["SC01"] = true
---@src/devices/sound/votrax.h,SOUNDS["SC01A"] = true
+--@src/devices/sound/votrax.h,SOUNDS["VOTRAX_SC01"] = true
+--@src/devices/sound/votrax.h,SOUNDS["VOTRAX_SC01A"] = true
---------------------------------------------------
-if (SOUNDS["SC01"]~=null or SOUNDS["SC01A"]~=null) then
+if (SOUNDS["VOTRAX_SC01"]~=null or SOUNDS["VOTRAX_SC01A"]~=null) then
files {
MAME_DIR .. "src/devices/sound/votrax.cpp",
MAME_DIR .. "src/devices/sound/votrax.h",