mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
222668c016
If kbhit() detects that a key is pressed, it fetches and buffers the character. If cgetc() detects a buffered character, this one is returned instead of fetching one with the PROM routine.