mirror of
https://github.com/holub/mame
synced 2025-05-15 10:28:16 +03:00
Added all CPU and sound devices in emu folder to the MAME build. [Curt Coder]
This commit is contained in:
parent
e19a6bfa39
commit
ae05d4a989
@ -127,10 +127,6 @@ protected:
|
|||||||
|
|
||||||
virtual void sound_stream_update(sound_stream &stream, stream_sample_t **inputs, stream_sample_t **outputs, int samples);
|
virtual void sound_stream_update(sound_stream &stream, stream_sample_t **inputs, stream_sample_t **outputs, int samples);
|
||||||
|
|
||||||
// internal callbacks
|
|
||||||
static STREAM_UPDATE( static_stream_generate );
|
|
||||||
virtual void stream_generate(stream_sample_t **inputs, stream_sample_t **outputs, int samples);
|
|
||||||
|
|
||||||
// internal state
|
// internal state
|
||||||
const asc_device_config &m_config;
|
const asc_device_config &m_config;
|
||||||
|
|
||||||
|
@ -29,9 +29,7 @@ OBJDIRS += \
|
|||||||
|
|
||||||
|
|
||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
# specify available CPU cores; some of these are
|
# specify available CPU cores
|
||||||
# only for MESS, but are included so that they get
|
|
||||||
# updated with any MAME core changes
|
|
||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
|
|
||||||
CPUS += Z80
|
CPUS += Z80
|
||||||
@ -57,7 +55,7 @@ CPUS += S2650
|
|||||||
CPUS += TMS340X0
|
CPUS += TMS340X0
|
||||||
CPUS += TMS9900
|
CPUS += TMS9900
|
||||||
CPUS += Z8000
|
CPUS += Z8000
|
||||||
#CPUS += Z8001
|
CPUS += Z8001
|
||||||
CPUS += TMS32010
|
CPUS += TMS32010
|
||||||
CPUS += TMS32025
|
CPUS += TMS32025
|
||||||
CPUS += TMS32031
|
CPUS += TMS32031
|
||||||
@ -128,8 +126,7 @@ CPUS += UPD7725
|
|||||||
CPUS += HD61700
|
CPUS += HD61700
|
||||||
|
|
||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
# specify available sound cores; some of these are
|
# specify available sound cores
|
||||||
# only for MESS and so aren't included
|
|
||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
|
|
||||||
SOUNDS += SAMPLES
|
SOUNDS += SAMPLES
|
||||||
@ -213,13 +210,13 @@ SOUNDS += ST0016
|
|||||||
SOUNDS += NILE
|
SOUNDS += NILE
|
||||||
SOUNDS += X1_010
|
SOUNDS += X1_010
|
||||||
SOUNDS += VRENDER0
|
SOUNDS += VRENDER0
|
||||||
#SOUNDS += VOTRAX
|
SOUNDS += VOTRAX
|
||||||
SOUNDS += ES8712
|
SOUNDS += ES8712
|
||||||
SOUNDS += CDP1869
|
SOUNDS += CDP1869
|
||||||
SOUNDS += S14001A
|
SOUNDS += S14001A
|
||||||
SOUNDS += WAVE
|
SOUNDS += WAVE
|
||||||
#SOUNDS += SID6581
|
SOUNDS += SID6581
|
||||||
#SOUNDS += SID8580
|
SOUNDS += SID8580
|
||||||
SOUNDS += SP0256
|
SOUNDS += SP0256
|
||||||
SOUNDS += DIGITALKER
|
SOUNDS += DIGITALKER
|
||||||
SOUNDS += CDP1863
|
SOUNDS += CDP1863
|
||||||
@ -227,7 +224,7 @@ SOUNDS += CDP1864
|
|||||||
SOUNDS += ZSG2
|
SOUNDS += ZSG2
|
||||||
SOUNDS += MOS656X
|
SOUNDS += MOS656X
|
||||||
SOUNDS += S2636
|
SOUNDS += S2636
|
||||||
#SOUNDS += ASC
|
SOUNDS += ASC
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user