rustzx / rustzx

ZX Spectrum emulator written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keyboard input test

pacmancoder opened this issue · comments

Make ROM for testing keyboard input - I think it is wise to make the program expect key presses/releases in a specific order and send keys in the same order from tests. Or maybe make virtual COM port in emulator and use it in test to check the input.... I don't know the right answer yet.