summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2018-08-14 00:07:21 -0700
committerMichael Pavone <pavone@retrodev.com>2018-08-14 00:07:21 -0700
commit7f914285b17c1b010c5a3f007f13e587126f6f4d (patch)
treec7caf557adee57425f19c5f70356fe79eed45924 /Makefile
parent04063013139898718b3775dc10123a400b2c9173 (diff)
Added J-Cart support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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