@@ -1013,6 +1013,10 @@ ifeq ($(ARCH),i8086)
override [email protected]
CPU_SPECIFIC_COMMON_UNITS=
endif
+ifeq ($(ARCH),z80)
+override [email protected]
+CPU_SPECIFIC_COMMON_UNITS=
+endif
ifeq ($(ARCH),x86_64)
ifeq ($(ARCH),m68k)
@@ -198,6 +198,12 @@ override [email protected]
+# Always include rtl.cfg config file for z80
+
# CPU_UNITS=$(MULTIBOOTUNIT)
@@ -9,3 +9,9 @@
-CX
-XX
#endif
+# Use same options for z80 CPU
+#ifdef CPUZ80
+-Cs2048
+-CX
+-XX
+#endif