diff options
Diffstat (limited to 'scripts/src')
-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", |