aboutsummaryrefslogtreecommitdiff
path: root/src/addrs.h
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-04-14 06:45:36 -0400
committerB. Watson <urchlay@slackware.uk>2026-04-14 06:45:36 -0400
commitbe048d3184d451c76cf56dd706be8d087c477d77 (patch)
tree921450c1b11e6fea5232cb8e5e176a53e7a3958e /src/addrs.h
parent66219401006e845f1a176e6a78c4682bd9de8785 (diff)
downloadfujinet-chat-be048d3184d451c76cf56dd706be8d087c477d77.tar.gz
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.
Diffstat (limited to 'src/addrs.h')
-rw-r--r--src/addrs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/addrs.h b/src/addrs.h
index 4099765..a7b6755 100644
--- a/src/addrs.h
+++ b/src/addrs.h
@@ -1,6 +1,6 @@
-#define FONT_ADDR_HI 0x80
-#define DLIST_TOP_ADDR 0xbfa0
-#define DLIST_BOT_ADDR 0xbfd0
+#define FONT_ADDR_HI 0x34
+#define DLIST_TOP_ADDR 0x7fa0
+#define DLIST_BOT_ADDR 0x7fd0
#define EDBOX_ADDR 0x0600
#define u8 unsigned char