summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-01-25 20:45:05 -0500
committer AJR <ajrhacker@users.noreply.github.com>2018-01-25 20:46:15 -0500
commiteb9969edc0b852d19b0a4eaad7a1286237d626b2 (patch)
treedea5114cd604e9607bba9ff26cd82f196d6daa4b
parent567b19d7cd77bd29bc70ba27b465053e924c6353 (diff)
virtual.lua: Update list of sound cores for vgmplay additions (nw)
-rw-r--r--scripts/target/mame/virtual.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/target/mame/virtual.lua b/scripts/target/mame/virtual.lua
index ea9905cf74a..2c25d206279 100644
--- a/scripts/target/mame/virtual.lua
+++ b/scripts/target/mame/virtual.lua
@@ -17,6 +17,7 @@ CPUS["M6502"] = true
CPUS["H6280"] = true
CPUS["MCS48"] = true
CPUS["Z80"] = true
+CPUS["DSP16"] = true -- for qsound
--------------------------------------------------
-- specify available sound cores; some of these are
@@ -27,6 +28,7 @@ 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
@@ -36,12 +38,14 @@ SOUNDS["YMZ280B"] = true
SOUNDS["C6280"] = true
SOUNDS["SN76496"] = true
SOUNDS["K053260"] = true
+SOUNDS["K054539"] = true
SOUNDS["SEGAPCM"] = true
SOUNDS["MULTIPCM"] = true
SOUNDS["GB_SOUND"] = true
SOUNDS["POKEY"] = true
SOUNDS["C352"] = true
SOUNDS["OKIM6295"] = true
+SOUNDS["QSOUND"] = true
SOUNDS["WAVE"] = true
--------------------------------------------------