summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author mamehaze <140764005+mamehaze@users.noreply.github.com>2026-05-15 16:46:53 +0100
committer GitHub <noreply@github.com>2026-05-15 17:46:53 +0200
commit6db34f14119b1b46c87e17af74b07544b6948e7a (patch)
tree0f5433ee0e1c2a9eb5b2d3685b909b9d1ba2402c /scripts/src/machine.lua
parente16cbf731e69d5df95a0cfcb954d25af9a228b64 (diff)
add sound to bftetris (#15342)
- added CHA/CHB (tied to timers g/h) for DAC sound output on GPL951xx, which is used by bftetris
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r--scripts/src/machine.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index 14828a0e7d6..e47b20d0b9a 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -3601,6 +3601,8 @@ if MACHINES["SPG2XX"] then
MAME_DIR .. "src/devices/machine/generalplus_gpl_dma.h",
MAME_DIR .. "src/devices/machine/generalplus_gpl_timebase.cpp",
MAME_DIR .. "src/devices/machine/generalplus_gpl_timebase.h",
+ MAME_DIR .. "src/devices/machine/generalplus_gpl_chx.cpp",
+ MAME_DIR .. "src/devices/machine/generalplus_gpl_chx.h",
MAME_DIR .. "src/devices/machine/spg_renderer.cpp",
MAME_DIR .. "src/devices/machine/spg_renderer.h",
MAME_DIR .. "src/devices/machine/gpl_renderer.cpp",