From 558e58d159eaa027e148f70347bbb6b8138a0781 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sat, 5 May 2018 23:30:40 -0700 Subject: Refactor to split device bindings from IO emulation code --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 95de80f..040b6db 100644 --- a/Makefile +++ b/Makefile @@ -149,7 +149,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 + $(M68KOBJS) $(TRANSOBJS) $(AUDIOOBJS) saves.o zip.o bindings.o ifdef NONUKLEAR CFLAGS+= -DDISABLE_NUKLEAR -- cgit v1.2.3