mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
fixed scudsp & ssp1601 entries [Vito]
This commit is contained in:
parent
2ec6645351
commit
6d6fee44c9
@ -1778,7 +1778,7 @@ $(CPUOBJ)/spc700/spc700.o: $(CPUSRC)/spc700/spc700.c \
|
||||
|
||||
#-------------------------------------------------
|
||||
# SSP1601
|
||||
#@src/emu/cpu/ssp1610/ssp1601.h,CPUS += SSP1601
|
||||
#@src/emu/cpu/ssp1601/ssp1601.h,CPUS += SSP1601
|
||||
#-------------------------------------------------
|
||||
|
||||
ifneq ($(filter SSP1601,$(CPUS)),)
|
||||
@ -1787,8 +1787,8 @@ CPUOBJS += $(CPUOBJ)/ssp1601/ssp1601.o
|
||||
DASMOBJS += $(CPUOBJ)/ssp1601/ssp1601d.o
|
||||
endif
|
||||
|
||||
$(CPUOBJ)/ssp1610/ssp1601.o: $(CPUSRC)/ssp1601/ssp1601.c \
|
||||
$(CPUSRC)/ssp1610/ssp1601.h
|
||||
$(CPUOBJ)/ssp1601/ssp1601.o: $(CPUSRC)/ssp1601/ssp1601.c \
|
||||
$(CPUSRC)/ssp1601/ssp1601.h
|
||||
|
||||
|
||||
|
||||
@ -2237,7 +2237,7 @@ $(CPUOBJ)/lc8670/lc8670.o: $(CPUSRC)/lc8670/lc8670.c \
|
||||
|
||||
#-------------------------------------------------
|
||||
# Sega SCU DSP
|
||||
#@src/emu/cpu/,CPUS += SCUDSP
|
||||
#@src/emu/cpu/scudsp/scudsp.h,CPUS += SCUDSP
|
||||
#-------------------------------------------------
|
||||
|
||||
ifneq ($(filter SCUDSP,$(CPUS)),)
|
||||
|
Loading…
Reference in New Issue
Block a user