From ad5646c813f1068342592a63646de7ba5dae7c3c Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 13 Apr 2026 06:08:41 -0400 Subject: Move crt0.s STARTUP segment to page 6 (where it can be overwritten by edit_box after it runs). 7729 bytes free. --- config/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/Makefile') diff --git a/config/Makefile b/config/Makefile index 9ce3ffe..b27952f 100644 --- a/config/Makefile +++ b/config/Makefile @@ -3,7 +3,7 @@ all: config.xex #config.xex: config.c exetrailer.s ../src/config.h ../src/config.c config.xex: - cl65 -DVERSION='"$(VERSION)"' -m config.map -Oris -t atari -C ../src/atari.cfg -o config.xex config.c os2ram.c ../src/exehdr.s exetrailer.s + cl65 -DVERSION='"$(VERSION)"' -m config.map -Oris -t atari -C atari.cfg -o config.xex config.c os2ram.c ../src/exehdr.s exetrailer.s clean: rm -f config.xex -- cgit v1.2.3