From dc1782adbd8920393145c52a76eb88c7b1695ec5 Mon Sep 17 00:00:00 2001 From: notaz Date: Sat, 1 Sep 2007 21:34:13 +0000 Subject: [PATCH] memhandlers slightly improved git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@234 be3aeb3a-fb24-0410-a615-afba39da0efa --- linux/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 $@ -- 2.39.2