From c6f0e83ecfb97c298ffcf16e136496054a88b1ca Mon Sep 17 00:00:00 2001 From: Lord-Nightmare Date: Tue, 11 Jul 2023 17:14:36 -0400 Subject: Clean up the Votrax SC-01[-A] class names and device names. [Lord Nightmare] --- scripts/src/sound.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/src') 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", -- cgit v1.2.3-70-g09d2