From: notaz Date: Mon, 14 Sep 2009 20:35:30 +0000 (+0000) Subject: Cyclone interface for new mem system, minor tweaks X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=inline;h=6bca8b11d8a114d7344080e9baac243a8ce0b5ee;p=libpicofe.git Cyclone interface for new mem system, minor tweaks git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@779 be3aeb3a-fb24-0410-a615-afba39da0efa --- diff --git a/gp2x/Makefile b/gp2x/Makefile index 8a061cb..7b827b5 100644 --- a/gp2x/Makefile +++ b/gp2x/Makefile @@ -102,7 +102,7 @@ OBJS += cpu/musashi/m68kops.o cpu/musashi/m68kcpu.o endif ifeq "$(use_cyclone)" "1" DEFINC += -DEMU_C68K -OBJS += cpu/Cyclone/proj/Cyclone.o cpu/Cyclone/tools/idle.o +OBJS += pico/m68kif_cyclone.o cpu/Cyclone/proj/Cyclone.o cpu/Cyclone/tools/idle.o endif ifeq "$(mz80)" "1" DEFINC += -D_USE_MZ80