From dcbb611c31cabb80cbc7f35759cc9c269bb769b8 Mon Sep 17 00:00:00 2001 From: Thomas Albers Raviola Date: Fri, 19 Jan 2024 18:52:14 +0100 Subject: * Use new MMU Replace use of internal WIN_N registers by new MMU design --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bd309f5..8f7312c 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ TARGET=bootloader.hex CFLAGS=-mz80 -I. --Werror LDFLAGS=-mz80 --no-std-crt0 --code-loc 0x100 --data-loc 0x8000 -Wl-b_GSINIT=0x80 -ROM_CHIP=SST39SF020A +ROM_CHIP=SST39SF040 all : $(TARGET) -- cgit v1.2.3