comparison Makefile @ 666:b68039895627

In theory, the Z80 core should work on 32-bit builds now; however, I suspect there is some code that cannot deal with most of the Z80 registers not having a native register so more work will be needed
author Michael Pavone <pavone@retrodev.com>
date Fri, 02 Jan 2015 13:47:34 -0800
parents f822d9216968
children 7ed1dbb48f61
comparison
equal deleted inserted replaced
665:d0943769353b 666:b68039895627
42 TRANSOBJS+= gen_x86.o backend_x86.o 42 TRANSOBJS+= gen_x86.o backend_x86.o
43 else 43 else
44 ifeq ($(CPU),i686) 44 ifeq ($(CPU),i686)
45 M68KOBJS+= runtime_32.o m68k_core_x86.o 45 M68KOBJS+= runtime_32.o m68k_core_x86.o
46 TRANSOBJS+= gen_x86.o backend_x86.o 46 TRANSOBJS+= gen_x86.o backend_x86.o
47 NOZ80:=1
48 endif 47 endif
49 endif 48 endif
50 49
51 Z80OBJS=z80inst.o z80_to_x86.o 50 Z80OBJS=z80inst.o z80_to_x86.o
52 AUDIOOBJS=ym2612.o psg.o wave.o 51 AUDIOOBJS=ym2612.o psg.o wave.o