1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-15 21:27:43 +00:00
Files
cc65/libsrc/osic1p
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
..
2015-02-03 22:42:35 +01:00
2015-02-19 22:19:21 +01:00
2015-02-03 22:42:35 +01:00
2015-02-03 22:42:35 +01:00
2015-02-19 22:19:21 +01:00