From be048d3184d451c76cf56dd706be8d087c477d77 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 14 Apr 2026 06:45:36 -0400 Subject: The Great Migration: move all the screen memory to the $4000-$7FFF bank window, move code to $8000, move data/rodata/bss to $2000, move rx_buf and tx_buf, etc etc. --- loading.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loading.asm') diff --git a/loading.asm b/loading.asm index 2932c8f..d5df6e2 100644 --- a/loading.asm +++ b/loading.asm @@ -1,4 +1,4 @@ - *= $8400 ; aka screen_bot_addrs[0], gets cleared by main() in the client. + *= $6000 ; aka screen_bot_addrs[0], gets cleared by main() in the client. save_dlist_loc = $fe -- cgit v1.2.3