diff options
| author | Michael Pavone <pavone@retrodev.com> | 2015-01-02 13:47:34 -0800 |
|---|---|---|
| committer | Michael Pavone <pavone@retrodev.com> | 2015-01-02 13:47:34 -0800 |
| commit | 172a8961d9ebb577668dcb150c56b3f2c6da0419 (patch) | |
| tree | 82f99309381eecf3c133bfa18e7ea9e08ee16ccf /Makefile | |
| parent | af8bf7f7f18861ef1235e85a72ca100e755d9859 (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-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |
