From: Alan Cox Date: Wed, 8 Nov 2017 15:54:01 +0000 (+0000) Subject: z180: no MMU hooks X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=ebf60a4f38147797999c7db3bc17d03e4afec2d7;p=FUZIX.git z180: no MMU hooks The Z180 MMU is built in --- diff --git a/Kernel/lowlevel-z180.s b/Kernel/lowlevel-z180.s index 3f25435a..6cd1cf17 100644 --- a/Kernel/lowlevel-z180.s +++ b/Kernel/lowlevel-z180.s @@ -1 +1,3 @@ +Z80_MMU_HOOKS .equ 0 + .include "lowlevel-z80.s"