diff options
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: |
