summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-07-23 13:13:35 +1000
committer Vas Crabb <vas@vastheman.com>2018-07-23 13:13:35 +1000
commit7cc569ddca9fe86b9d0986fa4f1a3766a9f2a577 (patch)
tree3601cc49df4fd8c421bb0a518f80fd3e10c28d47
parentccfcb431d0089f84ef37603c0bd76f78be69c9dd (diff)
add sound cores to virtual subtarget for recent vgmplay additions (nw)
-rw-r--r--scripts/target/mame/virtual.lua32
1 files changed, 17 insertions, 15 deletions
diff --git a/scripts/target/mame/virtual.lua b/scripts/target/mame/virtual.lua
index 845da627bb2..12c95125385 100644
--- a/scripts/target/mame/virtual.lua
+++ b/scripts/target/mame/virtual.lua
@@ -24,30 +24,32 @@ CPUS["DSP16"] = true -- for qsound
-- only for MAME and so aren't included
--------------------------------------------------
-SOUNDS["NES_APU"] = true
-SOUNDS["YM2612"] = true
-SOUNDS["YM2151"] = true
-SOUNDS["YM2413"] = true
-SOUNDS["YM2608"] = true
-SOUNDS["YM2203"] = true
SOUNDS["AY8910"] = true
-SOUNDS["YM3526"] = true
-SOUNDS["YM3812"] = true
-SOUNDS["YMF271"] = true
-SOUNDS["YMZ280B"] = true
+SOUNDS["C352"] = true
SOUNDS["C6280"] = true
-SOUNDS["SN76496"] = true
+SOUNDS["GB_SOUND"] = true
+SOUNDS["IREMGA20"] = true
SOUNDS["K051649"] = true
SOUNDS["K053260"] = true
SOUNDS["K054539"] = true
-SOUNDS["SEGAPCM"] = true
SOUNDS["MULTIPCM"] = true
-SOUNDS["GB_SOUND"] = true
-SOUNDS["POKEY"] = true
-SOUNDS["C352"] = true
+SOUNDS["NES_APU"] = true
SOUNDS["OKIM6295"] = true
+SOUNDS["POKEY"] = true
SOUNDS["QSOUND"] = true
+SOUNDS["RF5C68"] = true
+SOUNDS["SEGAPCM"] = true
+SOUNDS["SN76496"] = true
SOUNDS["WAVE"] = true
+SOUNDS["YM2151"] = true
+SOUNDS["YM2203"] = true
+SOUNDS["YM2413"] = true
+SOUNDS["YM2608"] = true
+SOUNDS["YM2612"] = true
+SOUNDS["YM3526"] = true
+SOUNDS["YM3812"] = true
+SOUNDS["YMF271"] = true
+SOUNDS["YMZ280B"] = true
--------------------------------------------------
-- specify available video cores