aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorneonloop2022-02-09 07:20:17 +0000
committerneonloop2022-02-09 07:20:17 +0000
commit479872a8d30b092671ed49868748e48830bc36da (patch)
treee80b622d8fd4b0d30f0a265d8c57ffb9ae738cc4 /Makefile.common
parent874c431fdaff24413886416ed3ffa3455681ac01 (diff)
downloadsnes9x2005-479872a8d30b092671ed49868748e48830bc36da.tar.gz
snes9x2005-479872a8d30b092671ed49868748e48830bc36da.tar.bz2
snes9x2005-479872a8d30b092671ed49868748e48830bc36da.zip
Adds few assembly gfx functions from snes9x2002asmgfx
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index eace189..2c015a8 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -48,6 +48,10 @@ else
$(CORE_DIR)/spc700.c
endif
+ifeq ($(ARM_ASM),1)
+FLAGS += -DARM_ASM
+endif
+
ifeq ($(LOAD_FROM_MEMORY),1)
FLAGS += -DLOAD_FROM_MEMORY
else ifneq ($(STATIC_LINKING), 1)