diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-04-06 06:08:45 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-04-06 06:08:59 -0400 |
| commit | a17902373dc3fd2f06f0796ed2621109cb4acdd3 (patch) | |
| tree | 7c2bac0d8fca91b1916e72a79fef5a3b3520c6ad /src/pollkbd.s | |
| parent | e00d109f7997ea3c238677a28271ced8fa8f9d4e (diff) | |
| download | fujinet-chat-a17902373dc3fd2f06f0796ed2621109cb4acdd3.tar.gz | |
Precalculate timer intervals (in config segment; client gets them preset). 6780 bytes free.
Diffstat (limited to 'src/pollkbd.s')
| -rw-r--r-- | src/pollkbd.s | 4 |
1 files changed, 3 insertions, 1 deletions
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: |
