mirror of
https://github.com/holub/mame
synced 2025-06-01 02:21:48 +03:00
added SCUDSP cpu type, though it currently only has a disassembler (nw)
This commit is contained in:
parent
c7dc3b49f7
commit
50447aa561
@ -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
|
||||
|
||||
|
||||
|
@ -133,6 +133,7 @@ CPUS += HCD62121
|
||||
CPUS += PPS4
|
||||
CPUS += UPD7725
|
||||
CPUS += HD61700
|
||||
CPUS += SCUDSP
|
||||
|
||||
#-------------------------------------------------
|
||||
# specify available sound cores
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user