1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-10 19:29:45 +00:00
Stephan Mühlstrasser 222668c016 Implemented a one-character buffer for kbhit() and cgetc().
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.
2015-02-21 20:24:58 +01:00
..
2014-03-19 11:32:44 +02:00
2014-03-19 11:32:44 +02:00
2014-03-19 11:32:44 +02:00
2014-03-19 11:32:44 +02:00