summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/sound.lua
diff options
context:
space:
mode:
author Lord-Nightmare <Lord-Nightmare@users.noreply.github.com>2023-07-11 17:14:36 -0400
committer Lord-Nightmare <Lord-Nightmare@users.noreply.github.com>2023-07-11 17:17:00 -0400
commitc6f0e83ecfb97c298ffcf16e136496054a88b1ca (patch)
treee4d9bdc6713ee81a79974d8ba21c4a47bc7729e9 /scripts/src/sound.lua
parent1420684c858bb4d77102a7b3f96b5230600e97b1 (diff)
Clean up the Votrax SC-01[-A] class names and device names. [Lord Nightmare]
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 59ebe104b2e..feba44c426b 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["VOTRAX_SC01"] = true
---@src/devices/sound/votrax.h,SOUNDS["VOTRAX_SC01A"] = true
+--@src/devices/sound/votrax.h,SOUNDS["SC01"] = true
+--@src/devices/sound/votrax.h,SOUNDS["SC01A"] = true
---------------------------------------------------
-if (SOUNDS["VOTRAX_SC01"]~=null or SOUNDS["VOTRAX_SC01A"]~=null) then
+if (SOUNDS["SC01"]~=null or SOUNDS["SC01A"]~=null) then
files {
MAME_DIR .. "src/devices/sound/votrax.cpp",
MAME_DIR .. "src/devices/sound/votrax.h",