diff options
Diffstat (limited to 'scripts/src/sound.lua')
-rw-r--r-- | scripts/src/sound.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua index 67aa52cfd68..56573224bfa 100644 --- a/scripts/src/sound.lua +++ b/scripts/src/sound.lua @@ -1526,13 +1526,13 @@ end --------------------------------------------------- -- ---@src/devices/sound/meg.h,SOUNDS["MEG"] = true +--@src/devices/sound/swp30.h,SOUNDS["SWP30"] = true --------------------------------------------------- -if (SOUNDS["MEG"]~=null) then +if (SOUNDS["SWP30"]~=null) then files { - MAME_DIR .. "src/devices/sound/meg.cpp", - MAME_DIR .. "src/devices/sound/meg.h", + MAME_DIR .. "src/devices/sound/swp30.cpp", + MAME_DIR .. "src/devices/sound/swp30.h", } end |