From: notaz Date: Sat, 1 Sep 2007 21:34:13 +0000 (+0000) Subject: memhandlers slightly improved X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc1782adbd8920393145c52a76eb88c7b1695ec5;p=libpicofe.git memhandlers slightly improved git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@234 be3aeb3a-fb24-0410-a615-afba39da0efa --- diff --git a/linux/Makefile b/linux/Makefile index 880c27d..015da6e 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -74,6 +74,9 @@ PicoDrive : $(OBJS) ../gp2x/helix/helix_mp3_x86.a @$(GCC) $(COPT) $^ $(LDFLAGS) -lm -lpng -Wl,-Map=PicoDrive.map -o $@ +../../cpu/musashi/m68kops.c : + @make -C ../../cpu/musashi + ../../cpu/mz80/mz80.o : ../../cpu/mz80/mz80.asm @echo $@ @nasm -f elf $< -o $@