drc: rework block link tracking
[picodrive.git] / Makefile
index f36aaad..4df1162 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,10 @@ CFLAGS += -Iplatform/linux/
 ifndef DEBUG
 CFLAGS += -O2 -DNDEBUG
 endif
+#CFLAGS += -DDRC_CMP
+#drc_debug = 4
+#profile = 1
+
 
 all: config.mak target_
 
@@ -44,10 +48,6 @@ use_cz80 ?= 1
 use_sh2mame ?= 1
 endif
 
-#drc_debug = 3
-#drc_debug_interp = 1
-#profile = 1
-
 -include Makefile.local
 
 ifeq "$(use_musashi)" "1"
@@ -155,7 +155,7 @@ tools/textfilter: tools/textfilter.c
 pico/carthw/svp/compiler.o : cpu/drc/emit_$(ARCH).c
 cpu/sh2/compiler.o : cpu/drc/emit_$(ARCH).c
 cpu/sh2/mame/sh2pico.o : cpu/sh2/mame/sh2.c
-pico/pico.o pico/cd/pico.o : pico/pico_cmn.c pico/pico_int.h
+pico/pico.o pico/cd/pico.o pico/32x/32x.o : pico/pico_cmn.c pico/pico_int.h
 pico/memory.o pico/cd/memory.o : pico/pico_int.h pico/memory.h
 cpu/fame/famec.o: cpu/fame/famec.c cpu/fame/famec_opcodes.h