From a17902373dc3fd2f06f0796ed2621109cb4acdd3 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 6 Apr 2026 06:08:45 -0400 Subject: Precalculate timer intervals (in config segment; client gets them preset). 6780 bytes free. --- src/pollkbd.s | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/pollkbd.s') diff --git a/src/pollkbd.s b/src/pollkbd.s index 795e6f7..2d44976 100644 --- a/src/pollkbd.s +++ b/src/pollkbd.s @@ -31,7 +31,9 @@ .export _poll_keyboard .import _keypress, _kgetc, _start_latch, _start_keystroke - .import _edbox_keystroke, _hz, _txbuf_send_str, _irc_away + .import _edbox_keystroke, _txbuf_send_str, _irc_away + + _hz = $f0 ; must agree with timers.h! .rodata away: -- cgit v1.2.3