summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Albers Raviola <thomas@thomaslabs.org>2024-01-19 18:52:14 +0100
committerThomas Albers Raviola <thomas@thomaslabs.org>2024-01-19 18:52:14 +0100
commitdcbb611c31cabb80cbc7f35759cc9c269bb769b8 (patch)
treef9344dd308013c2c246a957d4c59f3c46d7b07cf /Makefile
parent3c1c8415713f80cd0919f7bd5244d292f1c3cfe1 (diff)
* Use new MMUHEADmaster
Replace use of internal WIN_N registers by new MMU design
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)