improved debug
[fceu.git] / Makefile.gp2x
index db00145..94693c2 100644 (file)
@@ -16,7 +16,7 @@ LDRIVER       += -O3 # -pg
 endif
 
 asm_6502=1
 endif
 
 asm_6502=1
-#debug_asm_6502=1
+debug_asm_6502=1
 
 all:           fceu
 
 
 all:           fceu
 
@@ -42,6 +42,7 @@ OBJDRIVER += x6502.o
 endif
 
 x6502.o: x6502.c x6502.h ops.h fce.h sound.h
 endif
 
 x6502.o: x6502.c x6502.h ops.h fce.h sound.h
+
 ncpu.o: ncpu.S ncpu.h
        $(CC) $(TFLAGS) -c $< -o $@
 
 ncpu.o: ncpu.S ncpu.h
        $(CC) $(TFLAGS) -c $< -o $@