You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Old computers may not suited for quick typing. I don't think there is a problem with HPS side of keyboard handling, so it must be inside the core, and more particular - inside the Atari software. Probably some workaround can be added to use FIFO and feed to Atary keyboard matrix at slower pace.
This should be done by Atari 800 experienced developer who understand the firmware of A800 and how it can be tricked.
Hi,
when typing with a USB-attached keyboard, keystrokes are not reliably registered when typing quickly.
Keyboards tried:
To reproduce:
Expected Results
Actual Results
I believe this is caused by overlapping keypress/keyup events when typing quickly. The keyup on "t" could overlap the keydown on "h" for example.
When two-finger typing, this occurs much less often.
FYI this behaviour does not occur on the Atari800MacX emulator, they may have some kind of event queueing in there.
I never had a real Atari 8-bit, so I'm not sure if this mimics the real hardware's behaviour.
The text was updated successfully, but these errors were encountered: