From 7f914285b17c1b010c5a3f007f13e587126f6f4d Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Tue, 14 Aug 2018 00:07:21 -0700 Subject: Added J-Cart support --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b3c6fa5..4d593e0 100644 --- a/Makefile +++ b/Makefile @@ -145,7 +145,7 @@ endif MAINOBJS=blastem.o system.o genesis.o debug.o gdb_remote.o vdp.o $(RENDEROBJS) io.o romdb.o hash.o menu.o xband.o \ realtec.o i2c.o nor.o sega_mapper.o multi_game.o megawifi.o $(NET) serialize.o $(TERMINAL) $(CONFIGOBJS) gst.o \ - $(M68KOBJS) $(TRANSOBJS) $(AUDIOOBJS) saves.o zip.o bindings.o + $(M68KOBJS) $(TRANSOBJS) $(AUDIOOBJS) saves.o zip.o bindings.o jcart.o ifdef NONUKLEAR CFLAGS+= -DDISABLE_NUKLEAR -- cgit v1.2.3