summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/sound.lua
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2023-10-30 00:42:32 +0100
committer Olivier Galibert <galibert@pobox.com>2023-10-30 00:42:51 +0100
commit556de9bd1ee8b1f5c733b1e6ee1ce23cfa9c709e (patch)
treeccbcc333eaff8cec0677789e4610074dd0f63f34 /scripts/src/sound.lua
parentf923597fedbd15e989c92aa03123198d27e5820d (diff)
Argh, sorry about the forgotten files.
Diffstat (limited to 'scripts/src/sound.lua')
-rw-r--r--scripts/src/sound.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua
index 56573224bfa..67aa52cfd68 100644
--- a/scripts/src/sound.lua
+++ b/scripts/src/sound.lua
@@ -1526,13 +1526,13 @@ end
---------------------------------------------------
--
---@src/devices/sound/swp30.h,SOUNDS["SWP30"] = true
+--@src/devices/sound/meg.h,SOUNDS["MEG"] = true
---------------------------------------------------
-if (SOUNDS["SWP30"]~=null) then
+if (SOUNDS["MEG"]~=null) then
files {
- MAME_DIR .. "src/devices/sound/swp30.cpp",
- MAME_DIR .. "src/devices/sound/swp30.h",
+ MAME_DIR .. "src/devices/sound/meg.cpp",
+ MAME_DIR .. "src/devices/sound/meg.h",
}
end