summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-01-02 13:47:34 -0800
committerMichael Pavone <pavone@retrodev.com>2015-01-02 13:47:34 -0800
commit172a8961d9ebb577668dcb150c56b3f2c6da0419 (patch)
tree82f99309381eecf3c133bfa18e7ea9e08ee16ccf /Makefile
parentaf8bf7f7f18861ef1235e85a72ca100e755d9859 (diff)
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c81b86d..f4b1e23 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,6 @@ else
ifeq ($(CPU),i686)
M68KOBJS+= runtime_32.o m68k_core_x86.o
TRANSOBJS+= gen_x86.o backend_x86.o
-NOZ80:=1
endif
endif