From bcefd9527534b1197cd28b45dec4dec95ce3ee50 Mon Sep 17 00:00:00 2001 From: MooglyGuy Date: Sun, 1 Mar 2020 19:58:07 +0100 Subject: -vgmplay: Added a visualizer. [Ryan Holtz, Justin Frankel] --- scripts/src/sound.lua | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'scripts') diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua index 88b26e71285..d1028cceeb6 100644 --- a/scripts/src/sound.lua +++ b/scripts/src/sound.lua @@ -1541,3 +1541,17 @@ if (SOUNDS["SWP30"]~=null) then MAME_DIR .. "src/devices/sound/swp30.h", } end + +--------------------------------------------------- +-- +--@src/devices/sound/vgm_visualizer.h,SOUNDS["VGMVIZ"] = true +--------------------------------------------------- + +if (SOUNDS["VGMVIZ"]~=null) then + files { + MAME_DIR .. "src/devices/sound/vgm_visualizer.cpp", + MAME_DIR .. "src/devices/sound/vgm_visualizer.h", + MAME_DIR .. "src/devices/sound/fft.cpp", + MAME_DIR .. "src/devices/sound/fft.h", + } +end -- cgit v1.2.3