The recent change turning uip_buf from an array to a pointer increases the code generated by cc65 significantly :-(
This change modifies the set of modules placed in the Apple2 Language Card to again make maximum use of that memory without overflow.
This commit is contained in:
parent
dec19626e8
commit
62ca797fad
|
@ -30,11 +30,11 @@
|
||||||
#
|
#
|
||||||
# Author: Oliver Schmidt <ol.sc@web.de>
|
# Author: Oliver Schmidt <ol.sc@web.de>
|
||||||
#
|
#
|
||||||
# $Id: Makefile.apple2enh,v 1.12 2010/02/10 07:43:25 oliverschmidt Exp $
|
# $Id: Makefile.apple2enh,v 1.13 2010/05/07 21:02:35 oliverschmidt Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
CONTIKI_SOURCEFILES += pfs.S
|
CONTIKI_SOURCEFILES += pfs.S
|
||||||
HIGHCODE_SOURCEFILES = process.c etimer.c uip_arp.c
|
HIGHCODE_SOURCEFILES = etimer.c tcpip.c uip_arp.c
|
||||||
|
|
||||||
CONTIKI_CPU = $(CONTIKI)/cpu/6502
|
CONTIKI_CPU = $(CONTIKI)/cpu/6502
|
||||||
include $(CONTIKI_CPU)/Makefile.6502
|
include $(CONTIKI_CPU)/Makefile.6502
|
||||||
|
|
Loading…
Reference in a new issue