diff options
author | 2023-07-11 17:14:36 -0400 | |
---|---|---|
committer | 2023-07-11 17:17:00 -0400 | |
commit | c6f0e83ecfb97c298ffcf16e136496054a88b1ca (patch) | |
tree | e4d9bdc6713ee81a79974d8ba21c4a47bc7729e9 /scripts/src/sound.lua | |
parent | 1420684c858bb4d77102a7b3f96b5230600e97b1 (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.lua | 6 |
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", |