diff options
author | Thomas Albers Raviola <thomas@thomaslabs.org> | 2024-01-19 18:52:14 +0100 |
---|---|---|
committer | Thomas Albers Raviola <thomas@thomaslabs.org> | 2024-01-19 18:52:14 +0100 |
commit | dcbb611c31cabb80cbc7f35759cc9c269bb769b8 (patch) | |
tree | f9344dd308013c2c246a957d4c59f3c46d7b07cf /Makefile | |
parent | 3c1c8415713f80cd0919f7bd5244d292f1c3cfe1 (diff) |
Replace use of internal WIN_N registers by new MMU design
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |