From b5e17ec13a758bf4aaa660dae72b02614f2528b1 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Thu, 22 Dec 2016 19:51:25 -0800 Subject: Initial support for Genesis/Megadrive PBC mode. VDP still needs Mode 4 to be useful. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3b2c9ed..69923ff 100644 --- a/Makefile +++ b/Makefile @@ -142,7 +142,7 @@ endif ifdef NOZ80 CFLAGS+=-DNO_Z80 else -MAINOBJS+= $(Z80OBJS) +MAINOBJS+= sms.o $(Z80OBJS) endif ifeq ($(OS),Windows) -- cgit v1.2.3