fixed TARGET=virtual (nw)

This commit is contained in:
Miodrag Milanovic 2016-08-28 11:02:35 +02:00
parent 2f42c40b14
commit d0665e2879

View File

@ -14,17 +14,29 @@
--------------------------------------------------
CPUS["M6502"] = true
CPUS["H6280"] = true
--------------------------------------------------
-- specify available sound cores; some of these are
-- only for MAME and so aren't included
--------------------------------------------------
SOUNDS["GB_SOUND"] = true
SOUNDS["AY8910"] = true
SOUNDS["YM2203"] = true
SOUNDS["YM3526"] = true
SOUNDS["NES_APU"] = true
SOUNDS["YM2612"] = true
SOUNDS["YM2151"] = true
SOUNDS["YM2413"] = true
SOUNDS["YM2203"] = true
SOUNDS["AY8910"] = true
SOUNDS["YM3526"] = true
SOUNDS["YM3812"] = true
SOUNDS["C6280"] = true
SOUNDS["SN76496"] = true
SOUNDS["K053260"] = true
SOUNDS["SEGAPCM"] = true
SOUNDS["MULTIPCM"] = true
SOUNDS["GB_SOUND"] = true
SOUNDS["POKEY"] = true
SOUNDS["C352"] = true
--------------------------------------------------
-- specify available video cores