X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=Makefile.gp2x;h=94693c224bd163d4c50b023f4ca59b61fbf883cd;hp=db001452902fd73b8889c35df40c556ec0a7d831;hb=655f8df08034f20ced8292aa8fbbb4beb94c29e5;hpb=aa2dba92740d5aeab520ed493df9188505a4c3d7 diff --git a/Makefile.gp2x b/Makefile.gp2x index db00145..94693c2 100644 --- a/Makefile.gp2x +++ b/Makefile.gp2x @@ -16,7 +16,7 @@ LDRIVER += -O3 # -pg endif asm_6502=1 -#debug_asm_6502=1 +debug_asm_6502=1 all: fceu @@ -42,6 +42,7 @@ OBJDRIVER += x6502.o endif x6502.o: x6502.c x6502.h ops.h fce.h sound.h + ncpu.o: ncpu.S ncpu.h $(CC) $(TFLAGS) -c $< -o $@