diff options
author | Michael Pavone <pavone@retrodev.com> | 2018-05-05 23:30:40 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2018-05-05 23:30:40 -0700 |
commit | 558e58d159eaa027e148f70347bbb6b8138a0781 (patch) | |
tree | 527cdff832d8468dc709552248b2b8cc27a5cf05 /Makefile | |
parent | f084bcbdcb88daafd790b42a5c0fd60cd6e5db38 (diff) |
Refactor to split device bindings from IO emulation code
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |