From be7c7e431ac4d8083889fa5a67f7b195031b7197 Mon Sep 17 00:00:00 2001 From: Peter Ferrie Date: Tue, 22 Nov 2016 23:17:51 -0800 Subject: [PATCH] size optimisation. don't look. --- src/4live.a | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/4live.a b/src/4live.a index 9ab3bf9..467f22f 100644 --- a/src/4live.a +++ b/src/4live.a @@ -73,7 +73,8 @@ WIDTH = 40 HEIGHT = 24 LDRBASE = $2E0 - INSTALLBUFFER = $237 ; yes, the overlay overwrites the loader... + INSTALLBUFFER = $239 ; yes, the overlay overwrites the loader... + ; see also "warning!" below SWAPBUFFER = $900 ; (LoadSaveEnd - LoadSaveStart) size ; needed by DiversiDOS, must be page-aligned ; region is preserved across calls @@ -389,7 +390,11 @@ CharMap1 ++ iny lda _WelcomeMessage-1,y bne CharMap1 - lda #GlobalKeyboardHook sta KSWH