summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/sound.lua
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2024-03-18 10:16:16 +0100
committer Olivier Galibert <galibert@pobox.com>2024-03-18 22:46:54 +0100
commit6bccd589c1a429246fba782607f5c24096e78430 (patch)
tree5122628d47d17def77ee6f9ca3954cdaf7b406b8 /scripts/src/sound.lua
parent7fe04d0f8e961b84c302394ae7c0f69aacbf67ca (diff)
swx00: Advance
Diffstat (limited to 'scripts/src/sound.lua')
-rw-r--r--scripts/src/sound.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua
index 63683ba3c48..b53cd0b10a8 100644
--- a/scripts/src/sound.lua
+++ b/scripts/src/sound.lua
@@ -1561,6 +1561,18 @@ end
---------------------------------------------------
--
+--@src/devices/sound/swx00.h,SOUNDS["SWX00"] = true
+---------------------------------------------------
+
+if (SOUNDS["SWX00"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/sound/swx00.cpp",
+ MAME_DIR .. "src/devices/sound/swx00.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/sound/meg.h,SOUNDS["MEG"] = true
---------------------------------------------------