bugfixes, new scaling, double ym upd at 940
[picodrive.git] / platform / gp2x / code940 / Makefile
index 5858381..0af15b9 100644 (file)
@@ -32,7 +32,7 @@ all: code940.bin
 # stuff for 940 core\r
 \r
 # init, emu_control, emu\r
-OBJS940 += 940init.o 940.o 940ym2612.o memcpy.o mix.o\r
+OBJS940 += 940init.o 940.o 940ym2612.o memcpy.o mix.o misc.o\r
 # the asm code seems to be faster when run on 920, but not on 940 for some reason\r
 # OBJS940 += ../../Pico/sound/ym2612_asm.o\r
 \r
@@ -56,6 +56,9 @@ code940.gpe : $(OBJS940) ../helix/helix_mp3.a
 mix.o : ../../../Pico/sound/mix.s\r
        @echo $@\r
        @$(GCC) $(COPT) $(DEFINC) -DEXTERNAL_YM2612 -c $< -o $@\r
+misc.o : ../../../Pico/misc.s\r
+       @echo $@\r
+       @$(GCC) $(COPT) $(DEFINC) -DEXTERNAL_YM2612 -c $< -o $@\r
 \r
 ../helix/helix_mp3.a:\r
        @make -C ../helix/\r