From 126ae166b4c36db71eee84b40aec2a296db91c3a Mon Sep 17 00:00:00 2001 From: angelosa Date: Wed, 29 Oct 2025 14:45:22 +0100 Subject: bus/pc98_cbus/pc9801_14.cpp: hookup TMS3631 stub --- scripts/src/sound.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts') diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua index 5d5bd768f65..ed8e9ad9a0d 100644 --- a/scripts/src/sound.lua +++ b/scripts/src/sound.lua @@ -1101,6 +1101,18 @@ end +--------------------------------------------------- +-- Texas Instruments TMS3631 +--@src/devices/sound/tms3631.h,SOUNDS["TMS3631"] = true +--------------------------------------------------- + +if (SOUNDS["TMS3631"]~=null) then + files { + MAME_DIR .. "src/devices/sound/tms3631.cpp", + MAME_DIR .. "src/devices/sound/tms3631.h", + } +end + --------------------------------------------------- -- Texas Instruments TMS5100-series speech synthesizers --@src/devices/sound/tms5110.h,SOUNDS["TMS5110"] = true -- cgit v1.2.3