aboutsummaryrefslogtreecommitdiff
path: root/src/addrs.h
AgeCommit message (Collapse)Author
3 daysThe Great Migration: move all the screen memory to the $4000-$7FFF bank ↵B. Watson
window, move code to $8000, move data/rodata/bss to $2000, move rx_buf and tx_buf, etc etc.
14 daysUse a real array for edit_box. 6222 bytes free.B. Watson
2026-03-23Use macros for ind_act_*() funcs, shaves 33 bytes off the .xex.B. Watson
2026-03-16Editbox-only mode, Start+E.B. Watson
2026-03-14use GR.1 for screen status line. also revert to using only one status_box.B. Watson
2026-03-01Scrollback!B. Watson
2026-02-16New UI stuff, not yet working.B. Watson