comparison Makefile @ 593:5ef3fe516da9

Z80 core is sort of working again
author Michael Pavone <pavone@retrodev.com>
date Mon, 22 Dec 2014 20:55:10 -0800
parents 29d99db6f55d
children f822d9216968
comparison
equal deleted inserted replaced
592:4ff7bbb3943b 593:5ef3fe516da9
36 TRANSOBJS+= gen_x86.o backend_x86.o 36 TRANSOBJS+= gen_x86.o backend_x86.o
37 NOZ80:=1 37 NOZ80:=1
38 endif 38 endif
39 endif 39 endif
40 40
41 Z80OBJS=z80inst.o z80_to_x86.o zruntime.o 41 Z80OBJS=z80inst.o z80_to_x86.o
42 AUDIOOBJS=ym2612.o psg.o wave.o 42 AUDIOOBJS=ym2612.o psg.o wave.o
43 CONFIGOBJS=config.o tern.o util.o 43 CONFIGOBJS=config.o tern.o util.o
44 44
45 MAINOBJS=blastem.o debug.o gdb_remote.o vdp.o render_sdl.o io.o $(CONFIGOBJS) gst.o $(M68KOBJS) $(TRANSOBJS) $(AUDIOOBJS) 45 MAINOBJS=blastem.o debug.o gdb_remote.o vdp.o render_sdl.o io.o $(CONFIGOBJS) gst.o $(M68KOBJS) $(TRANSOBJS) $(AUDIOOBJS)
46 46