From 3564bfe8134ce6e1294a59212484e9ee487ab4f5 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Sun, 2 Nov 2014 11:44:50 +0100 Subject: start hooking up blargg's apu implementation to use as a reference. (not yet working) --- Makefile.common | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 1e8237c..9dac061 100644 --- a/Makefile.common +++ b/Makefile.common @@ -3,7 +3,8 @@ INCFLAGS := -I$(CORE_DIR) -I$(LIBRETRO_DIR) ifeq ($(HAVE_GRIFFIN), 1) SOURCES_C := $(CORE_DIR)/catsfc_griffin.c SOURCES_C += $(CORE_DIR)/sa1.c \ - $(CORE_DIR)/sa1cpu.c + $(CORE_DIR)/sa1cpu.c \ + $(CORE_DIR)/apu_blargg.c else SOURCES_C := \ $(CORE_DIR)/apu.c \ @@ -38,6 +39,8 @@ SOURCES_C := \ $(CORE_DIR)/spc700.c \ $(CORE_DIR)/spc7110.c \ $(CORE_DIR)/srtc.c \ - $(CORE_DIR)/tile.c + $(CORE_DIR)/tile.c \ + $(CORE_DIR)/apu_blargg.c + SOURCES_C += $(LIBRETRO_DIR)/libretro.c endif -- cgit v1.2.3