# HG changeset patch # User Laurens Holst # Date 1578250727 -3600 # Sun Jan 05 19:58:47 2020 +0100 # Node ID 17e33a887f7098b8f69217934582495c97b0b8a3 # Parent b673971f8861bbfa929855e7fb68fc048a773632 neonlib: Update to latest. diff --git a/.hgsubstate b/.hgsubstate --- a/.hgsubstate +++ b/.hgsubstate @@ -1,1 +1,1 @@ -d0251f469b20f4e741a3dbeee0467e1d0d053ca3 lib/neonlib +5a646986173df8097a9a9fdf3af3cbdb96c02b01 lib/neonlib diff --git a/src/Application.asm b/src/Application.asm --- a/src/Application.asm +++ b/src/Application.asm @@ -18,6 +18,9 @@ ld ix,Heap_main call Heap_Construct + ld bc,HEAP_SIZE + ld de,HEAP + call Heap_Free call WriterTest_Test call CRC32CheckerTest_Test diff --git a/src/COM.asm b/src/COM.asm --- a/src/COM.asm +++ b/src/COM.asm @@ -59,6 +59,6 @@ SECTION RAM Heap_main: - Heap HEAP, HEAP_SIZE + Heap ENDS