summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authoraliaspider2015-11-13 13:31:07 +0100
committeraliaspider2015-11-13 13:31:07 +0100
commitaf430c24dc29310d20fc41ba71946fc90990a087 (patch)
treee48c4d70b7c4d9954be1e3461ec7fe36ef3904a5 /Makefile.common
parentbd755bbb50df5a8aacc70b1d4552ce03bbf37a54 (diff)
downloadsnes9x2002-af430c24dc29310d20fc41ba71946fc90990a087.tar.gz
snes9x2002-af430c24dc29310d20fc41ba71946fc90990a087.tar.bz2
snes9x2002-af430c24dc29310d20fc41ba71946fc90990a087.zip
can display some stuff now.
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 1aded3e..3098178 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -18,7 +18,6 @@ SOURCES += $(CORE_DIR)/dsp1.c
SOURCES += $(CORE_DIR)/fxemu.c
SOURCES += $(CORE_DIR)/fxinst.c
SOURCES += $(CORE_DIR)/globals.c
-SOURCES += $(CORE_DIR)/ppu.c
SOURCES += $(CORE_DIR)/dma.c
SOURCES += $(CORE_DIR)/memmap.c
SOURCES += $(CORE_DIR)/cpu.c
@@ -40,6 +39,8 @@ ifeq ($(ARM_ASM), 1)
SOURCES += $(CORE_DIR)/spc700a.s
SOURCES += $(CORE_DIR)/spc_decode.S
+SOURCES += $(CORE_DIR)/ppu.c
+
SOURCES += $(CORE_DIR)/mode7new.c
SOURCES += $(CORE_DIR)/mode7.c
SOURCES += $(CORE_DIR)/mode7add.c
@@ -70,6 +71,7 @@ SOURCES += $(CORE_DIR)/os9x_65c816_spcc.s
SOURCES += $(CORE_DIR)/os9x_asm_cpu.c
else
+SOURCES += $(CORE_DIR)/ppu_.c
SOURCES += $(CORE_DIR)/gfx.c
SOURCES += $(CORE_DIR)/tile.c
endif