From 2827b2d8008cac5c13418e8963460f7361af6f1e Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Sun, 28 Jun 2015 22:12:44 +0200
Subject: [PATCH] Rearrange Apple II language card usage.
The code of etimer.o has become to large to fit into $D000-$D400. So other object file have been chosen.
---
platform/apple2enh/Makefile.apple2enh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/platform/apple2enh/Makefile.apple2enh b/platform/apple2enh/Makefile.apple2enh
index 2bc8c4626..b59c82e44 100644
--- a/platform/apple2enh/Makefile.apple2enh
+++ b/platform/apple2enh/Makefile.apple2enh
@@ -41,7 +41,7 @@ LC_SOURCEFILES = process.c tcpip.c
ifeq ($(findstring WITH_REBOOT,$(DEFINES)),WITH_REBOOT)
LDFLAGS += -D __LCADDR__=0xD000 -D __LCSIZE__=0x1000
- LC_SOURCEFILES += etimer.c
+ LC_SOURCEFILES += autostart.c timer.c uip_arch.c uiplib.c
endif
# Set a target-specific variable value