diff options
| author | 2019-04-28 13:53:25 +0200 | |
|---|---|---|
| committer | 2019-04-28 14:52:20 +0200 | |
| commit | 0ce1c644e30269f8b82cc2fd23ec4523528b7c06 (patch) | |
| tree | a1fe3b1fafc9e24db06a1adb9fa58e4707e3ddbb /scripts | |
| parent | 33b1232c2ba6ae00d6539c242865b0f424edf1a9 (diff) | |
mu50: Enhance, add the swp00 [O. Galibert]
Diffstat (limited to 'scripts')
| -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 cc24f2ba57f..6f83f86aae3 100644 --- a/scripts/src/sound.lua +++ b/scripts/src/sound.lua @@ -1508,6 +1508,18 @@ end --------------------------------------------------- -- +--@src/devices/sound/swp00.h,SOUNDS["SWP00"] = true +--------------------------------------------------- + +if (SOUNDS["SWP00"]~=null) then + files { + MAME_DIR .. "src/devices/sound/swp00.cpp", + MAME_DIR .. "src/devices/sound/swp00.h", + } +end + +--------------------------------------------------- +-- --@src/devices/sound/swp20.h,SOUNDS["SWP20"] = true --------------------------------------------------- |
