diff options
author | 2020-09-29 10:05:21 +0100 | |
---|---|---|
committer | 2020-09-29 19:05:21 +1000 | |
commit | 3cd14b2e0ab597177e947c8588b5d3a154fb6d26 (patch) | |
tree | afc645bd7c58b682159394c1be7499e08e4e3fc6 /scripts/src/sound.lua | |
parent | 9cd27b50e713f7b7aa8c89954d6b360cdfa49540 (diff) |
machines promoted to WORKING (plug play) (#7299)
machines promoted to WORKING
----
TV MegaMax active power game system 30-in-1 (MegaMax GPD001SDG) [David Haywood]
* added files for the VT APU type, currently no extra functionality, but will be built upon
Diffstat (limited to 'scripts/src/sound.lua')
-rw-r--r-- | scripts/src/sound.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua index a49d74dbc9e..27002fb8bd8 100644 --- a/scripts/src/sound.lua +++ b/scripts/src/sound.lua @@ -657,6 +657,8 @@ if (SOUNDS["NES_APU"]~=null) then MAME_DIR .. "src/devices/sound/nes_apu.cpp", MAME_DIR .. "src/devices/sound/nes_apu.h", MAME_DIR .. "src/devices/sound/nes_defs.h", + MAME_DIR .. "src/devices/sound/nes_apu_vt.cpp", + MAME_DIR .. "src/devices/sound/nes_apu_vt.h", } end |