tschak909 / platoterm64

PLATOTerm for the Commodore 64
GNU General Public License v3.0
35 stars 11 forks source link

Fix the Commodore-specific keyboard code. #8

Closed greg-king5 closed 6 years ago

greg-king5 commented 6 years ago

The tests for special function keys were combined with the tests for a-key-is-held-down. Therefore, if those keys were held down, then they weren't seen as special and local; they were transmitted.

Also, the code was shortenned a little bit. And, the code is faster when the keyboard is idle. That allows the display to run a tiny bit faster.