From 3bda38c2547f87a25635a886604e8b597bae5491 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Fri, 7 Oct 2016 18:27:38 -0700 Subject: Added placeholder code for video output hardware/object processor --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7435ea1..16192f2 100644 --- a/Makefile +++ b/Makefile @@ -160,7 +160,7 @@ blastem$(EXE) : $(MAINOBJS) $(CC) -o $@ $^ $(LDFLAGS) $(FIXUP) ./$@ -blastjag$(EXE) : jaguar.o render_sdl.o $(M68KOBJS) $(TRANSOBJS) $(CONFIGOBJS) +blastjag$(EXE) : jaguar.o jag_video.o render_sdl.o $(M68KOBJS) $(TRANSOBJS) $(CONFIGOBJS) $(CC) -o $@ $^ $(LDFLAGS) dis$(EXE) : dis.o 68kinst.o tern.o vos_program_module.o -- cgit v1.2.3