diff options
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/sound.lua | 12 |
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 --------------------------------------------------- |