From: notaz Date: Wed, 12 Aug 2009 14:06:40 +0000 (+0000) Subject: switch DMNA Silpheed hack to timeslice hack X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=157a266e35f09045f3f756d62d061af1f1bcaf61;hp=609d0c070d716f8043dc92d04cdf48fc8535fb0b;p=libpicofe.git switch DMNA Silpheed hack to timeslice hack git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@747 be3aeb3a-fb24-0410-a615-afba39da0efa --- 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))