aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/screen.c2
1 files changed, 1 insertions, 1 deletions
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];