diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-03-02 21:08:33 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-03-02 21:08:33 -0800 |
commit | 9cee9ef2dbd75efac5f3ae4a21c348d8922d56e2 (patch) | |
tree | d8c641b0af5b6167d961a07306642e4f836f87b4 /Makefile | |
parent | 8bc00ee3f7cf910d8e3a1f473e5c582597b12dd6 (diff) |
Support for the Realtec mapper. Needs testing with games besides The Earth Defend
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |