summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-03-02 21:08:33 -0800
committerMichael Pavone <pavone@retrodev.com>2017-03-02 21:08:33 -0800
commit9cee9ef2dbd75efac5f3ae4a21c348d8922d56e2 (patch)
treed8c641b0af5b6167d961a07306642e4f836f87b4 /Makefile
parent8bc00ee3f7cf910d8e3a1f473e5c582597b12dd6 (diff)
Support for the Realtec mapper. Needs testing with games besides The Earth Defend
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b3fe674..82bd4a5 100644
--- a/Makefile
+++ b/Makefile
@@ -128,7 +128,7 @@ Z80OBJS=z80inst.o z80_to_x86.o
AUDIOOBJS=ym2612.o psg.o wave.o
CONFIGOBJS=config.o tern.o util.o
-MAINOBJS=blastem.o system.o genesis.o debug.o gdb_remote.o vdp.o render_sdl.o io.o romdb.o menu.o xband.o $(TERMINAL) $(CONFIGOBJS) gst.o $(M68KOBJS) $(TRANSOBJS) $(AUDIOOBJS)
+MAINOBJS=blastem.o system.o genesis.o debug.o gdb_remote.o vdp.o render_sdl.o io.o romdb.o menu.o xband.o realtec.o $(TERMINAL) $(CONFIGOBJS) gst.o $(M68KOBJS) $(TRANSOBJS) $(AUDIOOBJS)
ifeq ($(CPU),x86_64)
CFLAGS+=-DX86_64 -m64