diff 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
line wrap: on
line diff
--- a/Makefile	Fri Jan 02 13:14:09 2015 -0800
+++ b/Makefile	Fri Jan 02 13:47:34 2015 -0800
@@ -44,7 +44,6 @@
 ifeq ($(CPU),i686)
 M68KOBJS+= runtime_32.o m68k_core_x86.o
 TRANSOBJS+= gen_x86.o backend_x86.o
-NOZ80:=1
 endif
 endif