From 443d77468cd97d65d2af5ebd52afca62ea44df85 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 27 Mar 2026 22:58:45 -0400 Subject: Tweak the config, add doc/dynamic-screens.txt --- src/screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/screen.c') diff --git a/src/screen.c b/src/screen.c index 2d4436f..2645515 100644 --- a/src/screen.c +++ b/src/screen.c @@ -10,7 +10,7 @@ /* if DOS isn't being used, the config will carve up the $0700-$1fff area for extra scrollback. */ -unsigned int *bonus_addrs = (unsigned int *)0xf0; +unsigned int *bonus_addrs = (unsigned int *)0xd4; /* aka FR0 */ char scr_status[MAX_SCREENS]; -- cgit v1.2.3