From a877883c76bd646e4941c7d44dbb033da177e5be Mon Sep 17 00:00:00 2001 From: Chris Osborn Date: Sat, 25 Oct 2025 19:11:58 -0700 Subject: [PATCH] Need CONFIG.SYSTEM too --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 512112b..4a0fce7 100644 --- a/Makefile +++ b/Makefile @@ -88,6 +88,7 @@ WITHOUT_PRODOS_BOOT = dist.apple2/bootable.po apple2/disk-post:: cp $(WITHOUT_PRODOS_BOOT) $(BUILD_DISK) ac -as $(BUILD_DISK) $(PRODUCT_BASE) < $(BUILD_EXEC) + ac -p $(BUILD_DISK) $(PRODUCT_BASE).SYSTEM SYS 0x2000 < $(CC65_UTILS_DIR)/$(LOADER_SYSTEM) ######################################## # Atari customization