jscrane / r65emu

Arduino emulation library for 8-bit microcomputers based on 6502, i8080 or z80
GNU General Public License v2.0
13 stars 4 forks source link

Replace ps2drv with PS2 Keyboard library #2

Closed jscrane closed 1 month ago

jscrane commented 6 years ago

See if it's possible to replace ps2drv with the official PS2 Keyboard library.

jscrane commented 1 year ago

ps2drv is a hacked version of an early version of PS2Keyboard which returns scancodes (sort of) to the various applications.

In particular it adds 0xf000 to keys to represent "key released" events (method "read2").

The applications then map scancodes to their keyboard matrices.

jscrane commented 2 months ago

See also PS2KeyAdvanced and PS2KeyRaw / PS2KeyMap