diff options
Diffstat (limited to 'docs/release/scripts/src/sound.lua')
-rw-r--r-- | docs/release/scripts/src/sound.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/release/scripts/src/sound.lua b/docs/release/scripts/src/sound.lua index a67c71ed782..f8e7f0f20a1 100644 --- a/docs/release/scripts/src/sound.lua +++ b/docs/release/scripts/src/sound.lua @@ -1471,3 +1471,15 @@ if (SOUNDS["UPD934G"]~=null) then MAME_DIR .. "src/devices/sound/upd934g.h", } end + +--------------------------------------------------- +-- +--@src/devices/sound/iopspu.h,SOUNDS["IOPSPU"] = true +--------------------------------------------------- + +if (SOUNDS["IOPSPU"]~=null) then + files { + MAME_DIR .. "src/devices/sound/iopspu.cpp", + MAME_DIR .. "src/devices/sound/iopspu.h", + } +end |