dingusdev / dingusppc

An experimental emulator
GNU General Public License v3.0
200 stars 21 forks source link

Fix "a" key always being as as a keyup #64

Closed mihaip closed 7 months ago

mihaip commented 7 months ago

We were using an empty value on the second byte of the ADB keyboard register 0, but that maps to the "a" key. This manifested itself as the Key Caps DA never showing the "a" key as being down.

Switch to a non-existent key for the second byte.