mirror of
https://github.com/holub/mame
synced 2025-04-16 13:34:55 +03:00
Fix linking the virutal subtarget.
This commit is contained in:
parent
43f569e58f
commit
6071450833
@ -13,13 +13,14 @@
|
||||
-- specify available CPU cores
|
||||
--------------------------------------------------
|
||||
|
||||
CPUS["M6502"] = true
|
||||
CPUS["DSP16"] = true -- for qsound
|
||||
CPUS["H6280"] = true
|
||||
CPUS["KS0164"] = true
|
||||
CPUS["M6502"] = true
|
||||
CPUS["M680X0"] = true
|
||||
CPUS["MCS48"] = true
|
||||
CPUS["SH"] = true
|
||||
CPUS["Z80"] = true
|
||||
CPUS["DSP16"] = true -- for qsound
|
||||
|
||||
--------------------------------------------------
|
||||
-- specify available sound cores; some of these are
|
||||
@ -37,6 +38,7 @@ SOUNDS["IREMGA20"] = true
|
||||
SOUNDS["K051649"] = true
|
||||
SOUNDS["K053260"] = true
|
||||
SOUNDS["K054539"] = true
|
||||
SOUNDS["KS0164"] = true
|
||||
SOUNDS["MULTIPCM"] = true
|
||||
SOUNDS["NES_APU"] = true
|
||||
SOUNDS["OKIM6258"] = true
|
||||
@ -83,6 +85,7 @@ MACHINES["Z80DAISY"] = true
|
||||
--------------------------------------------------
|
||||
-- specify available bus cores
|
||||
--------------------------------------------------
|
||||
BUSES["MIDI"] = true
|
||||
|
||||
|
||||
--------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user