comparison Makefile @ 1117:928a65750345

Initial support for Genesis/Megadrive PBC mode. VDP still needs Mode 4 to be useful.
author Michael Pavone <pavone@retrodev.com>
date Thu, 22 Dec 2016 19:51:25 -0800
parents 2eb54e24914e
children 14eb8ff4fb03
comparison
equal deleted inserted replaced
1116:fe8c79f82c22 1117:928a65750345
140 endif 140 endif
141 141
142 ifdef NOZ80 142 ifdef NOZ80
143 CFLAGS+=-DNO_Z80 143 CFLAGS+=-DNO_Z80
144 else 144 else
145 MAINOBJS+= $(Z80OBJS) 145 MAINOBJS+= sms.o $(Z80OBJS)
146 endif 146 endif
147 147
148 ifeq ($(OS),Windows) 148 ifeq ($(OS),Windows)
149 MAINOBJS+= res.o 149 MAINOBJS+= res.o
150 endif 150 endif