1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-23 19:29:37 +00:00
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
..
_scrsize.s Use constants for screen width and height. 2015-02-12 20:54:47 +01:00
cclear.s
cgetc.s Implemented a one-character buffer for kbhit() and cgetc(). 2015-02-21 20:24:58 +01:00
chline.s Incorporated another round of feedback for pull request. 2015-02-18 18:38:42 +01:00
clrscr.s Incorporated another round of feedback for pull request. 2015-02-18 18:38:42 +01:00
cputc.s kbhit() function and scrolling. 2015-02-19 22:19:21 +01:00
crt0.s Incorporated another round of feedback for pull request. 2015-02-18 18:38:42 +01:00
ctype.s
cvline.s Incorporated another round of feedback for pull request. 2015-02-18 18:38:42 +01:00
extzp.inc Implemented a one-character buffer for kbhit() and cgetc(). 2015-02-21 20:24:58 +01:00
extzp.s Implemented a one-character buffer for kbhit() and cgetc(). 2015-02-21 20:24:58 +01:00
gotox.s Include "extzp.inc" instead of using direct imports of symbols. 2015-02-12 22:12:51 +01:00
gotoxy.s Include "extzp.inc" instead of using direct imports of symbols. 2015-02-12 22:12:51 +01:00
gotoy.s Include "extzp.inc" instead of using direct imports of symbols. 2015-02-12 22:12:51 +01:00
kbhit.s Implemented a one-character buffer for kbhit() and cgetc(). 2015-02-21 20:24:58 +01:00
oserror.s
osic1p.inc kbhit() function and scrolling. 2015-02-19 22:19:21 +01:00
wherex.s Include "extzp.inc" instead of using direct imports of symbols. 2015-02-12 22:12:51 +01:00
wherey.s Include "extzp.inc" instead of using direct imports of symbols. 2015-02-12 22:12:51 +01:00