move ROM detect code to pico/
[picodrive.git] / Makefile
index 8e1a030..97d339b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ use_drz80 ?= 1
 use_sh2drc ?= 1
 
 asm_memory = 1
-#asm_render = 1
+asm_render = 1
 asm_ym2612 = 1
 asm_misc = 1
 asm_cdpico = 1
@@ -103,9 +103,6 @@ endif
 
 ifeq "$(ARCH)" "arm"
 OBJS += platform/libpicofe/arm_linux.o
-OBJS += pico/sound/mix_arm.o
-else
-OBJS += pico/sound/mix.o
 endif
 
 # zlib