mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 17:30:50 +00:00
eb2317d014
Restructured according to review in pull request #567. The "inputc" function was moved in slightly modified form to kbhit.s and replaces the old keyboard scanner. cgetc() uses the new kbhit() to read a character.