--- hatari/src/falcon/Makefile 2019/04/01 07:13:46 1.1 +++ hatari/src/falcon/Makefile 2019/04/01 07:14:53 1.1.1.2 @@ -19,7 +19,8 @@ CFLAGS += $(INCFLAGS) $(SDL_CFLAGS) FALCSRCS = videl.c hostscreen.c nvram.c ifeq ($(ENABLE_DSP_EMU),1) -FALCSRCS += dsp.c dsp_cpu.c dsp_disasm.c +FALCSRCS += dsp.c dsp_core.c dsp_cpu.c dsp_disasm.c +CPPFLAGS += -DDSP_EMULATION=1 endif FALCOBJS = $(FALCSRCS:.c=.o)