2020-12-29, 06:37 PM
Ok. Seems I got it.
I will fix it in the next release. In the mean time, you can avoid the bug but doing:
after calling INPUT. It seems bit 5 of FLAGS (23611) must be reset after reading the keyboard.
I will fix it in the next release. In the mean time, you can avoid the bug but doing:
Code:
POKE 23611, PEEK 23611 bAND 0xEF