added SCUDSP cpu type, though it currently only has a disassembler (nw)

This commit is contained in:
smf- 2013-03-06 19:24:17 +00:00
parent c7dc3b49f7
commit 50447aa561
3 changed files with 17 additions and 2 deletions

View File

@ -2084,3 +2084,16 @@ endif
$(CPUOBJ)/lc8670/lc8670.o: $(CPUSRC)/lc8670/lc8670.c \
$(CPUSRC)/lc8670/lc8670.h
#-------------------------------------------------
# Sega SCU DSP
#-------------------------------------------------
ifneq ($(filter SCUDSP,$(CPUS)),)
OBJDIRS += $(CPUOBJ)/scudsp
DASMOBJS += $(CPUOBJ)/scudsp/scudspdasm.o
endif
$(CPUOBJ)/scudsp/scudspdasm.o: CPUOBJS += $(CPUOBJ)/scudsp/scudspdasm.c

View File

@ -133,6 +133,7 @@ CPUS += HCD62121
CPUS += PPS4
CPUS += UPD7725
CPUS += HD61700
CPUS += SCUDSP
#-------------------------------------------------
# specify available sound cores

View File

@ -58,7 +58,7 @@ CPUS += TMS57002
CPUS += CCPU
CPUS += ADSP21XX
CPUS += ASAP
#CPUS += AM29000
CPUS += AM29000
CPUS += UPD7810
CPUS += ARM
CPUS += ARM7
@ -114,7 +114,7 @@ CPUS += SUPERFX
CPUS += Z8
CPUS += I8008
CPUS += SCMP
#CPUS += MN10200
CPUS += MN10200
CPUS += COSMAC
CPUS += UNSP
CPUS += HCD62121
@ -123,6 +123,7 @@ CPUS += UPD7725
CPUS += HD61700
CPUS += LC8670
CPUS += ES5510
CPUS += SCUDSP
#-------------------------------------------------
# specify available sound cores; some of these are