From 157a266e35f09045f3f756d62d061af1f1bcaf61 Mon Sep 17 00:00:00 2001 From: notaz Date: Wed, 12 Aug 2009 14:06:40 +0000 Subject: [PATCH 1/1] switch DMNA Silpheed hack to timeslice hack git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@747 be3aeb3a-fb24-0410-a615-afba39da0efa --- linux/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/linux/Makefile b/linux/Makefile index bd612d6..747cc83 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -59,6 +59,7 @@ OBJS += unzip/unzip.o unzip/unzip_stream.o ifeq "$(use_musashi)" "1" DEFINES += EMU_M68K OBJS += cpu/musashi/m68kops.o cpu/musashi/m68kcpu.o +OBJS += cpu/musashi/m68kdasm.o endif ifeq "$(use_fame)" "1" DEFINES += EMU_F68K @@ -76,10 +77,8 @@ endif ifeq "$(use_fame)" "1" ifeq "$(use_musashi)" "1" OBJS += pico/debugCPU.o -OBJS += cpu/musashi/m68kdasm.o endif endif -OBJS += cpu/musashi/m68kdasm.o CFLAGS += $(addprefix -D,$(DEFINES)) -- 2.39.2