mirror of
https://github.com/holub/mame
synced 2025-07-03 17:08:39 +03:00
fixed TARGET=virtual (nw)
This commit is contained in:
parent
2f42c40b14
commit
d0665e2879
@ -14,17 +14,29 @@
|
|||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
CPUS["M6502"] = true
|
CPUS["M6502"] = true
|
||||||
|
CPUS["H6280"] = true
|
||||||
|
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
-- specify available sound cores; some of these are
|
-- specify available sound cores; some of these are
|
||||||
-- only for MAME and so aren't included
|
-- 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["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
|
-- specify available video cores
|
||||||
|
Loading…
Reference in New Issue
Block a user