diff options
author | Michael Pavone <pavone@retrodev.com> | 2018-08-14 00:07:21 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2018-08-14 00:07:21 -0700 |
commit | 7f914285b17c1b010c5a3f007f13e587126f6f4d (patch) | |
tree | c7caf557adee57425f19c5f70356fe79eed45924 /Makefile | |
parent | 04063013139898718b3775dc10123a400b2c9173 (diff) |
Added J-Cart support
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |